Update the cloud-native trigger call in the UI

This commit is contained in:
DJ Mountney 2018-07-05 06:01:57 +00:00 committed by Rémy Coutable
parent 116955c453
commit 17231e637b
1 changed files with 2 additions and 4 deletions

View File

@ -325,11 +325,9 @@ cloud-native-image:
variables:
GIT_DEPTH: "1"
cache: {}
before_script:
- gem install gitlab --no-rdoc --no-ri
- chmod 755 ./scripts/trigger-build-cloud-native
script:
- ./scripts/trigger-build-cloud-native
- gem install gitlab --no-ri --no-rdoc
- ./trigger-build cng
only:
- tags@gitlab-org/gitlab-ce
- tags@gitlab-org/gitlab-ee