Set GOPATH before building
This commit is contained in:
parent
5b81361425
commit
150a33579e
|
@ -2,6 +2,7 @@ image: git.meow.tf:4567/tyler/golang-glide:1.8
|
|||
|
||||
build:
|
||||
script:
|
||||
- export GOPATH=`pwd`
|
||||
- cd $CI_PROJECT_DIR/src/meow.tf/deb-simple
|
||||
- glide install
|
||||
- cd $CI_PROJECT_DIR
|
||||
|
|
Loading…
Reference in New Issue