From db94486ba1b221b560868d06357697e55ec2109e Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Wed, 27 Feb 2019 20:13:24 +0530 Subject: [PATCH] Make cloud release job manual, as a fallback Signed-off-by: Balasankar "Balu" C --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8f01b72336ba1..b03810b9b7abac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -411,7 +411,7 @@ cloud-native-image: variables: GIT_DEPTH: "1" cache: {} - when: always + when: manual script: - gem install gitlab --no-document - CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng -- GitLab