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

Update .gitlab-ci.yml

parent f647a221
No related branches found
No related tags found
3 merge requests!23Release,!3Release,!2Update .gitlab-ci.yml
...@@ -18,10 +18,10 @@ before_script: ...@@ -18,10 +18,10 @@ before_script:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan -t rsa gitlab.com > ~/.ssh/known_hosts - ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
- git config --global url."git@gitlab.com:".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/"
- export PATH=$HOME/go/bin:$PATH - export PATH=$HOME/go/bin:$PATH
- export GOPRIVATE="*gitlab.com/elixxir/*,*gitlab.com/xx_network/*"
stages: 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