We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c370977 commit 2d518ecCopy full SHA for 2d518ec
scripts/do_release.sh
@@ -4,6 +4,7 @@ OSs=("darwin" "linux" "windows")
4
ARCHs=("386" "amd64")
5
6
export REST_API_URI="http://127.0.0.1:8082"
7
+export GOPATH="$HOME/go"
8
9
#Get into the right directory
10
cd $(dirname $0)
scripts/test.sh
@@ -4,6 +4,7 @@ cd $(dirname $0)
export GOOS=""
export GOARCH=""
echo "Synchronizing dependencies..."
cd ../
0 commit comments