Fix typo in .drone.yml
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2018-08-05 18:03:55 +02:00
parent b8dc97ff86
commit 2808530540

View File

@ -3,7 +3,7 @@ pipeline:
image: golang image: golang
commands: commands:
- go get p83.nl/go/websub-hub/cmd/hubserver - go get p83.nl/go/websub-hub/cmd/hubserver
- go build p83.n/go/websub-hub/cmd/hubserver - go build p83.nl/go/websub-hub/cmd/hubserver
publish: publish:
image: plugins/docker image: plugins/docker