From 2dd0cc60f1faaabcd694b0656d9b387f86420d03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Mon, 20 Jan 2020 18:34:34 +0100 Subject: [PATCH] gitlab-ci: Set GIT_STRATEGY to none for the dummy job It doesn't need anything from the Git repository. Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd53f02cbe0..46cacb60e39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,8 @@ success: except: changes: *paths + variables: + GIT_STRATEGY: none script: - echo "Dummy job to make sure every merge request pipeline runs at least one job" -- 2.30.2