1
0
Fork 0

CI: 'clone' git repository instead of 'fetch'

While the former is slower, the later might lead to errors such as
"fatal: detected dubious ownership in repository at" which is fixed
GitLab upstream via
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3538, but
not yet released.

Closes #191
This commit is contained in:
georg 2023-03-20 14:50:48 +00:00
parent 596696dfbc
commit 6c05360afa
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
variables:
CONTAINER_REGISTRY: $CI_REGISTRY/georg/mat2-ci-images
GIT_STRATEGY: clone
stages:
- linting