From b37673c9540c478e9d07d38e230b57bea463b1c8 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Tue, 31 Mar 2020 18:11:14 +0000 Subject: [PATCH] Fix CI: workaround from @kolaente (#113) as workaround from @kolaente Signed-off-by: 6543 <6543@obermui.de> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/113 Reviewed-by: techknowlogick Reviewed-by: John Olheiser --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 76221d2..b91ef4f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,6 +74,9 @@ steps: image: techknowlogick/xgo:latest environment: GOPROXY: https://goproxy.cn + # This path does not exist. However, when we set the gopath to /go, the build fails. Not sure why. + # Leaving this here until we know how to resolve this properly. + GOPATH: /srv/app commands: - export PATH=$PATH:$GOPATH/bin - make release