Commit 36824bc5 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-cloud-native-trigger' into 'master'

Update the cloud-native trigger call in the UI

Closes charts/gitlab#565

See merge request gitlab-org/gitlab-ce!20340
parents 116955c4 17231e63
......@@ -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
......
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