Increase Git clone depth to 50 for the build-qa-image job
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
f859b0e1e7
commit
f3954d633f
1 changed files with 3 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue