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:
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
|
||||
|
|
Loading…
Reference in New Issue