do not revel build into code dir
This commit is contained in:
parent
e92883c406
commit
718b45bdf0
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ 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 >> /dev/null
|
- revel build github.com/CyCoreSystems/cycore-web ../tmp prod >> /dev/null
|
||||||
|
- mv ../tmp .
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: quay.io/cycore/web
|
repo: quay.io/cycore/web
|
||||||
|
|
Loading…
Reference in a new issue