Build from git.p83.nl
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2018-08-05 18:03:06 +02:00
parent 68d84bdaa3
commit b8dc97ff86

View File

@ -2,8 +2,8 @@ pipeline:
build:
image: golang
commands:
- go get github.com/pstuifzand/websub-hub/cmd/hubserver
- go build github.com/pstuifzand/websub-hub/cmd/hubserver
- go get p83.nl/go/websub-hub/cmd/hubserver
- go build p83.n/go/websub-hub/cmd/hubserver
publish:
image: plugins/docker