mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
fixed gopath issue in yaml
This commit is contained in:
parent
5f29e94b08
commit
9d0d81fa97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue