From 98cd5f9b8b3d2020b5f8314693cdeb7c3b968c6e Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 30 Nov 2021 16:29:18 +0200 Subject: [PATCH] ci: Set GIT_DEPTH variable This switches gitlab-runner to using shallow clones related #841 Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae7d5f48b4..5d1969260a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ stages: - 'integrate' variables: + GIT_DEPTH: 1 + # Branch to track for modules that have no ref specified in the manifest GST_UPSTREAM_BRANCH: 'main' ORC_UPSTREAM_BRANCH: 'master'