Add the CI Job trigger as the build trigger

For building CNG images on tag
This commit is contained in:
DJ Mountney 2018-07-13 11:43:03 -07:00
parent 6717643c30
commit 1477c819b6
1 changed files with 1 additions and 1 deletions

View File

@ -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