shorter tmp directory

This commit is contained in:
Seán C McCord 2017-09-30 23:20:34 -04:00
parent a17f48433f
commit 3e3a51cc40

View file

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