From 9188c70b18f2c7ea8061285aa28203e6b961b4e8 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Tue, 8 Jan 2019 16:08:37 -0800 Subject: [PATCH] Run the cloud-image trigger job for tags, even if the tests fail --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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