Mesa (master): gitlab-ci: Set GIT_STRATEGY to none for the dummy job

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 22 16:58:53 UTC 2020


Module: Mesa
Branch: master
Commit: 2dd0cc60f1faaabcd694b0656d9b387f86420d03
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dd0cc60f1faaabcd694b0656d9b387f86420d03

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Mon Jan 20 18:34:34 2020 +0100

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 at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3474>

---

 .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"
 



More information about the mesa-commit mailing list