1
0
mirror of synced 2024-06-06 14:27:48 +02:00

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

View File

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