From 17231e637b61789eef4e5a601678ccc7916e8b2d Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Thu, 5 Jul 2018 06:01:57 +0000 Subject: [PATCH] Update the cloud-native trigger call in the UI --- .gitlab-ci.yml | 6 ++---- 1 file 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