shorter tmp directory
This commit is contained in:
parent
a17f48433f
commit
3e3a51cc40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue