ci: sanity job doesn't need the Git tree

This should fix the sanity job taking >= 1 minute in some cases.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7904>
This commit is contained in:
Michel Dänzer 2020-12-03 18:58:09 +01:00 committed by Marge Bot
parent 42bc6db7e7
commit 9a340814cb
1 changed files with 2 additions and 0 deletions

View File

@ -489,6 +489,8 @@ sanity:
- if: *is-forked-branch
when: manual
# Other cases default to never
variables:
GIT_STRATEGY: none
script:
# ci-fairy check-commits --junit-xml=check-commits.xml
# ci-fairy check-merge-request only works in pre-merge pipelines for MRs