remove explicit path

This commit is contained in:
Seán C McCord 2017-09-30 23:04:12 -04:00
parent ea9fdc597c
commit 517a6ba5e4

View file

@ -8,7 +8,7 @@ pipeline:
commands:
- mkdir -p /go/bin /go/src
- go get github.com/revel/cmd/revel
- /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod
- revel build github.com/CyCoreSystems/cycore-web tmp prod
publish:
image: plugins/docker
repo: quay.io/cycore/web