use hard path
This commit is contained in:
parent
fb06b19cd5
commit
dfffa72795
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ pipeline:
|
||||||
image: ulexus/drone-revel
|
image: ulexus/drone-revel
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p ${GOPATH}/github.com/CyCoreSystems/test-revel
|
- mkdir -p /go/github.com/CyCoreSystems/cycore-web
|
||||||
- cp -a * ${GOPATH}/github.com/CyCoreSystems/test-revel/
|
- cp -a * /go/github.com/CyCoreSystems/cycore-web
|
||||||
- revel build github.com/CyCoreSystems/test-revel tmp
|
- revel build github.com/CyCoreSystems/cycore-web 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