Skip to content
Snippets Groups Projects
Commit fb939498 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Always start with fresh clone

Currently we are suffering from issues that appear to be 
caused by non-hermetic builds.  Try avoiding this by setting
`GIT_STRATEGY` to `clone`.
parent 71e609fb
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ variables:
# Disable shallow clones; they break our linting rules
GIT_DEPTH: 0
# Always start with a fresh clone to avoid non-hermetic builds
GIT_STRATEGY: clone
# Overridden by individual jobs
CONFIGURE_ARGS: ""
......
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