From 37543654aeb4de131e84ff3b885a222ea159c7fb Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 27 Apr 2019 11:19:17 +0200 Subject: [PATCH] Added gopath env var --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index acba190..f5b5249 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,10 +53,10 @@ steps: - name: static image: techknowlogick/xgo:latest pull: true + environment: + GOPATH: /srv/app commands: - export PATH=$PATH:$GOPATH/bin - - ls - - echo $GO111MODULE - make release # Push the releases to our pseudo-s3-bucket