Skip to content
Snippets Groups Projects
Commit 7ee17eae authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix GOPRIVATE

parent 1bf35b7c
No related branches found
No related tags found
1 merge request!58Revert "Modify waiting lock"
......@@ -19,7 +19,7 @@ before_script:
- ssh-keyscan -t rsa gitlab.com > ~/.ssh/known_hosts
- git config --global url."git@gitlab.com:".insteadOf "https://gitlab.com/"
- export PATH=$HOME/go/bin:$PATH
- export GOPRIVATE=gitlab.com/elixxir/*,gitlab.com/xx_network/*
- export GOPRIVATE="*gitlab.com/elixxir/*,*gitlab.com/xx_network/*"
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment