Skip to content
Snippets Groups Projects
Commit e9631a9b authored by Jakub Pelka's avatar Jakub Pelka :cat2:
Browse files

Don't clear gitconfig

parent 07264a88
No related branches found
No related tags found
1 merge request!3XX-4183/rootless CI
...@@ -8,7 +8,6 @@ before_script: ...@@ -8,7 +8,6 @@ before_script:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts - ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
- rm -rf ~/.gitconfig
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/" - git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add - git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
- export PATH=$HOME/go/bin:$PATH - export PATH=$HOME/go/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment