do not revel build into code dir

This commit is contained in:
Seán C McCord 2017-10-06 23:02:16 -04:00
parent e92883c406
commit 718b45bdf0

View file

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