diff options
author | DJ Mountney <dj@gitlab.com> | 2018-07-05 06:01:57 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-07-05 06:01:57 +0000 |
commit | 17231e637b61789eef4e5a601678ccc7916e8b2d (patch) | |
tree | 73cb548379c375c8bf8af7681b68e017f2776896 /.gitlab-ci.yml | |
parent | 116955c4533497e68abbddbace2eae0a07c98569 (diff) | |
download | gitlab-ce-17231e637b61789eef4e5a601678ccc7916e8b2d.tar.gz |
Update the cloud-native trigger call in the UI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c2a7b5adf..d024b0bccea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |