Change go get file

This commit is contained in:
Peter Stuifzand 2018-07-09 22:03:55 +02:00
parent bae6ae44ef
commit bcdb16bc6e

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: golang
commands:
- go get github.com/pstuifzand/microsub-server/cmd/eksterd
- go get github.com/pstuifzand/microsub-server/...
- go build github.com/pstuifzand/microsub-server/cmd/eksterd
publish: