Build hubserver
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-18 21:55:48 +01:00
parent 6e25373072
commit 4c1734095e

View File

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