Fix name of repository
All checks were successful
the build was successful

This commit is contained in:
Peter Stuifzand 2018-07-28 17:56:28 +02:00
parent af3e90c964
commit 1d84cebe2d

View File

@ -2,8 +2,8 @@ pipeline:
build: build:
image: golang image: golang
commands: commands:
- go get github.com/pstuifzand/microsub-server/... - go get p83.nl/go/ekster/...
- go build github.com/pstuifzand/microsub-server/cmd/eksterd - go build p83.nl/go/ekster/cmd/eksterd
publish: publish:
image: plugins/docker image: plugins/docker