Merge branch 'ci-hotfix-sytest-on-master' into 'next'
fix(ci): Always build debug version for sytest See merge request famedly/conduit!289
This commit is contained in:
commit
0cec421930
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ build:release:cargo:aarch64-unknown-linux-musl:
|
|||
.cargo-debug-shared-settings:
|
||||
extends: ".build-cargo-shared-settings"
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH != "master"'
|
||||
- when: "always"
|
||||
cache:
|
||||
key: "build_cache--$TARGET--$CI_COMMIT_BRANCH--debug"
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue