Commit f3954d63 authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent f859b0e1
......@@ -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