Skip to content
Snippets Groups Projects
Unverified Commit f3954d63 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Increase Git clone depth to 50 for the build-qa-image job


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent f859b0e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment