From 781229df46c4fe1d193d5c4a64e36c2101d592b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sat, 30 Sep 2017 22:58:20 -0400 Subject: [PATCH] add go bin path to PATH --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a3e1c95..dd98677 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ pipeline: image: ulexus/drone-revel pull: true commands: + - export PATH=$${PATH}:/go/bin - revel build github.com/CyCoreSystems/cycore-web tmp prod publish: image: plugins/docker