Add the CI Job trigger as the build trigger
For building CNG images on tag
This commit is contained in:
parent
6717643c30
commit
1477c819b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue