Run the cloud-image trigger job for tags, even if the tests fail
This commit is contained in:
parent
a0aca3ac3a
commit
9188c70b18
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ cloud-native-image:
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: "1"
|
GIT_DEPTH: "1"
|
||||||
cache: {}
|
cache: {}
|
||||||
|
when: always
|
||||||
script:
|
script:
|
||||||
- gem install gitlab --no-document
|
- gem install gitlab --no-document
|
||||||
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
|
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
|
||||||
|
|
Loading…
Reference in a new issue