fixed gopath issue in yaml

This commit is contained in:
Brad Rydzewski 2015-06-04 12:03:13 -07:00
parent 5f29e94b08
commit 9d0d81fa97

View file

@ -2,7 +2,7 @@ image: library/golang:1.4.2
git:
path: github.com/drone/drone
script:
- export /var/cache/drone=/drone
- export GOPATH=/var/cache/drone
- export PATH=$PATH:$GOPATH/bin
- go get -u github.com/jteeuwen/go-bindata/...
- make bindata deps