1
0
Fork 0

fix go root

This commit is contained in:
Sean Sube 2018-03-10 10:32:19 -06:00
parent 16c93bc98f
commit 21128175ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ build:app:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
untracked: true untracked: true
variables: variables:
GOPATH: "${CI_PROJECT_DIR}" GOPATH: /build
build:image: build:image:
stage: image stage: image