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