Commit 17231e63 authored by DJ Mountney's avatar DJ Mountney Committed by Rémy Coutable

Update the cloud-native trigger call in the UI

parent 116955c4
...@@ -325,11 +325,9 @@ cloud-native-image: ...@@ -325,11 +325,9 @@ cloud-native-image:
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
cache: {} cache: {}
before_script:
- gem install gitlab --no-rdoc --no-ri
- chmod 755 ./scripts/trigger-build-cloud-native
script: script:
- ./scripts/trigger-build-cloud-native - gem install gitlab --no-ri --no-rdoc
- ./trigger-build cng
only: only:
- tags@gitlab-org/gitlab-ce - tags@gitlab-org/gitlab-ce
- tags@gitlab-org/gitlab-ee - tags@gitlab-org/gitlab-ee
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment