mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
ci: Set GIT_STRATEGY=none for the container build job
It doesn't need a full checkout of the xserver Git tree, so this can save some time and resources. Acked-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
committed by
Michel Dänzer
parent
9a7515943f
commit
8fc84a0025
@@ -44,6 +44,8 @@ debian-testing:
|
||||
- .debian@container-ifnot-exists
|
||||
- .ci-run-policy
|
||||
stage: docker-image
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
|
||||
.common-build-and-test:
|
||||
extends: .ci-run-policy
|
||||
|
||||
Reference in New Issue
Block a user