remove explicit path
This commit is contained in:
parent
ea9fdc597c
commit
517a6ba5e4
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
|
||||||
- /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod
|
- revel build github.com/CyCoreSystems/cycore-web 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