From 6d214a920df1c5841652819298a47baf858f6466 Mon Sep 17 00:00:00 2001 From: Aleksandras Kostarevas Date: Fri, 22 Mar 2024 16:13:09 -0500 Subject: [PATCH] Use clone and depth 0 for CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffe44225e..da00162cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ default: variables: GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_FORCE_HTTPS: "true" + GIT_STRATEGY: clone + GIT_DEPTH: 0 stages: # List of stages for jobs, and their order of execution - build