add gopath

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-05-12 12:01:38 +08:00
parent d2a9b8e31c
commit edff559562

View File

@@ -30,6 +30,7 @@ pipeline:
image: appleboy/golang-testing image: appleboy/golang-testing
pull: true pull: true
environment: environment:
GOPATH: /srv/app
TAGS: netgo TAGS: netgo
commands: commands:
- make release - make release