summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-03-12 08:39:32 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-03-12 08:39:32 +0000
commit3b82a97374f4a9613695890cb00922a2e284b0e6 (patch)
tree038ef1c2d1f2d5322b7378f615bbb2821fda8c18
parent916cda0d333b4cf05f74ce938735a4ef8494e69d (diff)
parentf3954d633f4a5f901ef0f1715a459b7d4864dca4 (diff)
downloadgitlab-ce-3b82a97374f4a9613695890cb00922a2e284b0e6.tar.gz
Merge branch '58671-build-qa-image-should-have-a-higher-git-clone-depth' into 'master'
Resolve "Build QA image should have a higher git clone depth" Closes #58671 See merge request gitlab-org/gitlab-ce!25959
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd29a266ccd..8ea1f082787 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -484,6 +484,9 @@ setup-test-env:
build-qa-image:
<<: *review-docker
+ variables:
+ <<: *review-docker-variables
+ GIT_DEPTH: "20"
stage: prepare
script:
- time docker build --cache-from ${LATEST_QA_IMAGE} --tag ${QA_IMAGE} ./qa/