fix go root
This commit is contained in:
parent
16c93bc98f
commit
21128175ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue