From: Michel Dänzer Date: Mon, 20 Jan 2020 17:34:34 +0000 (+0100) Subject: gitlab-ci: Set GIT_STRATEGY to none for the dummy job X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dd0cc60f1faaabcd694b0656d9b387f86420d03;p=mesa.git 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: --- 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"