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
|
||||
pull: true
|
||||
commands:
|
||||
- mkdir -p ${GOPATH}/github.com/CyCoreSystems/test-revel
|
||||
- cp -a * ${GOPATH}/github.com/CyCoreSystems/test-revel/
|
||||
- revel build github.com/CyCoreSystems/test-revel tmp
|
||||
- mkdir -p /go/github.com/CyCoreSystems/cycore-web
|
||||
- cp -a * /go/github.com/CyCoreSystems/cycore-web
|
||||
- revel build github.com/CyCoreSystems/cycore-web tmp
|
||||
publish:
|
||||
image: plugins/docker
|
||||
repo: quay.io/cycore/web
|
||||
|
|
Loading…
Reference in a new issue