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

Update insteadOf

parent 029293b6
No related branches found
No related tags found
2 merge requests!53Release,!35Update gitlab-ci.yml
......@@ -8,8 +8,10 @@ before_script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
- git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/"
- git config --global url."git@$GITLAB_SERVER:elixxir/".insteadOf "https://gitlab.com/elixxir/
- git config --global url."git@$GITLAB_SERVER:xx_network/".insteadOf "https://gitlab.com/xx_network/ --add
- git config --global url."git@$GITLAB_SERVER:elixxir/".insteadOf "https://git.xx.network/elixxir/ --add
- git config --global url."git@$GITLAB_SERVER:xx_network/".insteadOf "https://git.xx.network/xx_network/ --add
- export PATH=$HOME/go/bin:$PATH
stages:
......
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