Skip to content
Snippets Groups Projects
Commit 6fde80d3 authored by georg's avatar georg
Browse files

CI: shallow clone repository and limit depth to 5

The previous commit changed the strategy to 'clone', instead of 'fetch'
as before. While this fixes permission errors, it is also slower, as an
existing checkout of the repository will be ignored. To overcome this,
this commit limits the depth to 5.
parent 6c05360a
No related branches found
No related tags found
1 merge request!108CI: 'clone' git repository instead of 'fetch'
Pipeline #134746 passed with warnings
variables:
CONTAINER_REGISTRY: $CI_REGISTRY/georg/mat2-ci-images
GIT_DEPTH: "5"
GIT_STRATEGY: clone
stages:
......
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