summaryrefslogtreecommitdiffstats
path: root/client/go/build.sh
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2021-08-24 19:51:59 +0200
committerGitHub <noreply@github.com>2021-08-24 19:51:59 +0200
commitfe557fc926fd40305d9f04f9fd749d39cfbc4ea1 (patch)
tree8bebe5ab2416c4cc52741eca6dab24e895373734 /client/go/build.sh
parent8fe4a6cd8ad9b13d7ac0352854533a641871e2ed (diff)
parentc292201c97b583448212442725e56499ed30b100 (diff)
Merge pull request #18836 from vespa-engine/bratseth/cli-3
Bratseth/cli 3
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
+