Also download git for building
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:52:05 +01:00
parent 2df4e290a1
commit 18ffc13e92

View File

@ -11,6 +11,7 @@ steps:
image: golang:1.12-alpine
commands:
- export GOPATH=/go
- apk --no-cache add git
- go get -d -t ./...
- go build ./...
- go test ./...