mirror of https://github.com/harness/drone.git
fetch protobuf deps
parent
da672cc00a
commit
63d5fb022d
|
@ -10,6 +10,8 @@ pipeline:
|
|||
- go get -u golang.org/x/tools/cmd/cover
|
||||
- go get -u golang.org/x/net/context
|
||||
- go get -u golang.org/x/net/context/ctxhttp
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
- go test -cover $(go list ./... | grep -v /vendor/)
|
||||
|
||||
test_postgres:
|
||||
|
|
Loading…
Reference in New Issue