From 159524922319c3e8b8d953d6a75dc4931603f561 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Tue, 8 Jun 2021 16:26:55 +0100 Subject: [PATCH] Disable deploy job by default It's confusing for it to appear in the job graph when we won't be launching it the majority of the time. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index bd4c8f731..2fe373a22 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -503,7 +503,9 @@ deploy: when: never - if: '$CI_COMMIT_TAG' when: always - - when: manual + # To debug changes to this CI step, change this to when: always + # or when: manual, and push to a protected branch + - when: never image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}" variables: STEAM_CI_DEPENDENCIES: >- -- GitLab