From 1477c819b638cc344b736a2313d092cd72924132 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Fri, 13 Jul 2018 11:43:03 -0700 Subject: Add the CI Job trigger as the build trigger For building CNG images on tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 137c26d7dae..8ca93f5f355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -327,7 +327,7 @@ cloud-native-image: cache: {} script: - gem install gitlab --no-ri --no-rdoc - - ./scripts/trigger-build cng + - BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN scripts/trigger-build cng only: - tags@gitlab-org/gitlab-ce - tags@gitlab-org/gitlab-ee -- cgit v1.2.3