fixed rule
This commit is contained in:
parent
c7d1ec2704
commit
2a59dbebf8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue