aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/build.sh')
-rwxr-xr-xclient/go/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/go/build.sh b/client/go/build.sh
index 9edc5df4002..6d9416e8950 100755
--- a/client/go/build.sh
+++ b/client/go/build.sh
@@ -1,7 +1,7 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Execute from this directory to build the command-line client to bin/vespa
-export GOPATH=`pwd`
-cd "$GOPATH/src/"
+export GOBIN=`pwd`/bin
go test ./...
go install
+