Update the cloud-native trigger call in the UI
This commit is contained in:
parent
116955c453
commit
17231e637b
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue