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

CI: use git url replace instead of changing the submodule file directly

parent 24f23000
No related branches found
No related tags found
No related merge requests found
Pipeline #16078 passed
......@@ -7,7 +7,7 @@ cache:
- _cypress_cache
before_script:
- "sed -i 's|git@gitlab.tugraz.at:dbp|../..|g' .gitmodules"
- 'git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"'
- git submodule sync
- git submodule update --init
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment