From 47ff13bc083266580cc83e665055f6c095d75230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Sep 2017 22:35:57 -0400 Subject: [PATCH] fix build workspace, try 2 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index bdff646..a3e1c95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,9 @@ +workspace: + base: /go + path: src/github.com/CyCoreSystems/cycore-web pipeline: build: image: ulexus/drone-revel - workspace: - base: /go - path: src/github.com/CyCoreSystems/cycore-web pull: true commands: - revel build github.com/CyCoreSystems/cycore-web tmp prod