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:
image: golang
commands:
- go get github.com/pstuifzand/microsub-server/...
- go build github.com/pstuifzand/microsub-server/cmd/eksterd
- go get p83.nl/go/ekster/...
- go build p83.nl/go/ekster/cmd/eksterd
publish:
image: plugins/docker