From 8fc84a00254f642947397276e14d7740f502895d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 11 Nov 2020 19:02:50 +0100 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c4094974..07bf4f247 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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