Added gopath env var

This commit is contained in:
konrad 2019-04-27 11:19:17 +02:00
parent 3f63e1f9c4
commit 37543654ae
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -53,10 +53,10 @@ steps:
- name: static - name: static
image: techknowlogick/xgo:latest image: techknowlogick/xgo:latest
pull: true pull: true
environment:
GOPATH: /srv/app
commands: commands:
- export PATH=$PATH:$GOPATH/bin - export PATH=$PATH:$GOPATH/bin
- ls
- echo $GO111MODULE
- make release - make release
# Push the releases to our pseudo-s3-bucket # Push the releases to our pseudo-s3-bucket