Commit 3b82a973 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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
parents 916cda0d f3954d63
......@@ -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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment