Use local files for building
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-08-06 22:21:52 +02:00
parent 8493175f4c
commit 50c192ce69
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -13,7 +13,7 @@ steps:
- export CGO_ENABLED=0
- apk --no-cache add git
- go get -d -t ./...
- go build p83.nl/go/ekster/cmd/eksterd
- go build ./...
- go test ./...
- name: publish-personal