Skip to content
Snippets Groups Projects
Commit a311f63d authored by Valentin Hristev's avatar Valentin Hristev
Browse files

Update .gitlab-ci.yml

parent 9733be38
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,10 @@ build: ...@@ -13,7 +13,10 @@ build:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
- git config --global url."ssh://git@code.vereign.com".insteadOf https://code.vereign.com - git config --global url."ssh://git@code.vereign.com".insteadOf https://code.vereign.com
- id
- pwd
- go env - go env
- echo $GOPATH
- cd $GOPATH/src - cd $GOPATH/src
- mkdir -p code.vereign.com/$CI_PROJECT_NAMESPACE - mkdir -p code.vereign.com/$CI_PROJECT_NAMESPACE
- cd code.vereign.com/$CI_PROJECT_NAMESPACE - cd code.vereign.com/$CI_PROJECT_NAMESPACE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment