Module: Mesa Branch: master Commit: 2dd0cc60f1faaabcd694b0656d9b387f86420d03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dd0cc60f1faaabcd694b0656d9b387f86420d03
Author: Michel Dänzer <[email protected]> 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 <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
