From 5d38a6b7b50d76839ce52d70fac693cfb218506a Mon Sep 17 00:00:00 2001 From: Esben Haabendal <esben.haabendal@huawei.com> Date: Mon, 8 Aug 2022 15:00:15 +0200 Subject: [PATCH] CI: Force git clone to avoid odd git and repo problems Signed-off-by: Esben Haabendal <esben.haabendal@huawei.com> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a86792a3..18fc5e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,8 @@ include: - local: '.gitlab-ci/container.yml' variables: + # Force the use of git clone to avoid odd git and repo problems + GIT_STRATEGY: "clone" # output upload and download progress every 10 seconds TRANSFER_METER_FREQUENCY: "10s" # Use no compression for artifacts -- GitLab