Skip to content
Snippets Groups Projects
Commit e1ab525a authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Just allow all dirs for safe.directory

parent 494e59cb
No related branches found
No related tags found
No related merge requests found
Pipeline #240940 passed
...@@ -6,7 +6,7 @@ cache: ...@@ -6,7 +6,7 @@ cache:
- _yarn_cache - _yarn_cache
before_script: before_script:
- git config --global --add safe.directory "$CI_PROJECT_DIR" - git config --global --add safe.directory '*'
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:" - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"
- git submodule sync - git submodule sync
- git submodule update --init - git submodule update --init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment