From dfffa727954fc60f7824e25d95ac4f9e29d3bc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Sep 2017 22:29:17 -0400 Subject: [PATCH] use hard path --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c4b8079..2dbdc99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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