From d394226e9134c083a4c2dd2b64616ed5bcfb48f9 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Tue, 22 May 2018 13:47:29 -0700 Subject: Set GIT_DEPTH to 1 to speed up cloning for the cloud images trigger --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1232f02ec0..ef263a3f106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -307,6 +307,8 @@ cloud-native-image: before_script: [] stage: build allow_failure: true + variables: + GIT_DEPTH: "1" cache: {} before_script: - gem install gitlab --no-rdoc --no-ri -- cgit v1.2.3