remove GOPATH

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-07-05 16:07:25 +08:00
parent 1138f514e5
commit 172a8d6a7b
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F

View File

@ -1,6 +1,6 @@
workspace: workspace:
base: /go/src base: /go
path: github.com/appleboy/drone-telegram path: src/github.com/appleboy/drone-telegram
clone: clone:
git: git:
@ -31,9 +31,6 @@ pipeline:
release: release:
image: appleboy/golang-testing image: appleboy/golang-testing
pull: true pull: true
environment:
TAGS: netgo
GOPATH: /srv/app
commands: commands:
- make release - make release
when: when: