From cce0d41e930016e975b302e2847475ddb378c2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Sep 2017 22:34:22 -0400 Subject: [PATCH] fix build workspace --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2dbdc99..bdff646 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,12 @@ pipeline: build: image: ulexus/drone-revel + workspace: + base: /go + path: src/github.com/CyCoreSystems/cycore-web pull: true commands: - - mkdir -p /go/github.com/CyCoreSystems/cycore-web - - cp -a * /go/github.com/CyCoreSystems/cycore-web - - revel build github.com/CyCoreSystems/cycore-web tmp + - revel build github.com/CyCoreSystems/cycore-web tmp prod publish: image: plugins/docker repo: quay.io/cycore/web