diff options
author | DJ Mountney <david@twkie.net> | 2019-01-08 16:08:37 -0800 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2019-01-08 16:08:37 -0800 |
commit | 9188c70b18f2c7ea8061285aa28203e6b961b4e8 (patch) | |
tree | 0ca11015eb888005fc4fc83bad68be81d759ffca /.gitlab-ci.yml | |
parent | a0aca3ac3a4ef56429104c27cd03ce00dcaeafce (diff) | |
download | gitlab-ce-9188c70b18f2c7ea8061285aa28203e6b961b4e8.tar.gz |
Run the cloud-image trigger job for tags, even if the tests fail
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d12f4142ba..45de5ce61c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -315,6 +315,7 @@ cloud-native-image: variables: GIT_DEPTH: "1" cache: {} + when: always script: - gem install gitlab --no-document - CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng |