aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/build.sh')
-rwxr-xr-xclient/go/build.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/go/build.sh b/client/go/build.sh
deleted file mode 100755
index 6d9416e8950..00000000000
--- a/client/go/build.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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 GOBIN=`pwd`/bin
-go test ./...
-go install
-