fixed rule

This commit is contained in:
Joe Bellus 2022-02-11 16:15:01 -05:00
parent c7d1ec2704
commit 2a59dbebf8
1 changed files with 1 additions and 1 deletions

View File

@ -57,9 +57,9 @@ build-musl-bin:
- build-ui
stage: build
image: 'rust:latest'
script:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- rustup target add x86_64-unknown-linux-musl
- apt update && apt install -y musl-tools musl-dev
- update-ca-certificates