Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2018-05-22 23:47:29 +0300
committerDJ Mountney <david@twkie.net>2018-05-22 23:51:29 +0300
commitd394226e9134c083a4c2dd2b64616ed5bcfb48f9 (patch)
tree864745f7278a39f6ef999b5ef2fbab9ab8607fda /.gitlab-ci.yml
parent4c63e904ec9118f44b83496867d9e3cc0d3082c1 (diff)
Set GIT_DEPTH to 1 to speed up cloning for the cloud images trigger
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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