diff options
author | Michel Dänzer <mdaenzer@redhat.com> | 2020-11-11 19:02:50 +0100 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2020-11-17 18:17:46 +0100 |
commit | 8fc84a00254f642947397276e14d7740f502895d (patch) | |
tree | ced520ff85d43c66072280eff3781414096ea66f | |
parent | 9a7515943f5a9b70567512cdc48cb2f688b3284b (diff) |
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>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |