summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-01-20 18:34:34 +0100
committerMarge Bot <eric+marge@anholt.net>2020-01-22 16:42:11 +0000
commit2dd0cc60f1faaabcd694b0656d9b387f86420d03 (patch)
tree47653b3d2fcc29b0cdb144cda8ac16d3d3b30081 /.gitlab-ci.yml
parenteb40c0adfc35018151e9ecc866526b3778444a20 (diff)
gitlab-ci: Set GIT_STRATEGY to none for the dummy job
It doesn't need anything from the Git repository. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3474>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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"