From 6c17d93aee9fbd25e8afcf9233370c7a3e5e06be Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Wed, 2 Jan 2019 02:29:42 +0100 Subject: [PATCH] set GOPATH inside container to /tmp/gopath --- wizard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard.sh b/wizard.sh index c0db35c8..f7540ad9 100755 --- a/wizard.sh +++ b/wizard.sh @@ -190,6 +190,7 @@ build () { -v /$(pwd):/src:z \ -w //src \ -e COMMIT_SHA=$COMMIT_SHA \ + -e GOPATH=//tmp/gopath \ -e XDG_CACHE_HOME="//tmp/.cache" \ filebrowser/dev \ sh -c "./wizard.sh -b"