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>
This commit is contained in:
Michel Dänzer 2020-01-20 18:34:34 +01:00 committed by Marge Bot
parent eb40c0adfc
commit 2dd0cc60f1
1 changed files with 2 additions and 0 deletions

View File

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