mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
fixed bindata build issues
This commit is contained in:
parent
712c18459f
commit
8e6fbc8ceb
@ -5,8 +5,9 @@ env:
|
||||
- GOROOT=/usr/local/go
|
||||
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||
script:
|
||||
- make deps
|
||||
- make
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
- make build
|
||||
- make test
|
||||
|
||||
notify:
|
||||
|
Loading…
Reference in New Issue
Block a user