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:
Michel Dänzer 2020-11-11 19:02:50 +01:00 committed by Michel Dänzer
parent 9a7515943f
commit 8fc84a0025

View File

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