mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Update .drone.yml
This commit is contained in:
parent
9d0d81fa97
commit
7f57c4f960
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ git:
|
|||
script:
|
||||
- export GOPATH=/var/cache/drone
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
- make build
|
||||
|
|
Loading…
Reference in a new issue