Skip to content
Snippets Groups Projects
Commit 721185a3 authored by Tim Repke's avatar Tim Repke
Browse files

make ci more robust

parent ab490bae
No related branches found
No related tags found
1 merge request!39make ci more robust
Pipeline #1409 canceled
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
......@@ -65,7 +65,7 @@ deploy-to-production:
- groups
- echo $HOME
- echo "Reset git config"
- rm /home/gitlab-runner/.gitconfig
- rm -f /home/gitlab-runner/.gitconfig
- git config --global url."https://gitlab.pik-potsdam.de/".insteadOf "ssh://git@gitlab.pik-potsdam.de/"
- git config --global user.name gitlab-runner
- git config --global user.email gitlab-runner@gitlab.pik-potsdam.de
......
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