aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:36:31 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:36:34 -0700
commite55cc3cd154b2645026f4d1f4e2461229e254c80 (patch)
tree2996753526089a730f492589dde9978d040206d8
parent77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 (diff)
Remove GOPATH
Remove GOPATH in docker build script Issue-ID: MULTICLOUD-666 Change-Id: Ia9845d6bd8d7c12477a8bcf2373c7a3c8edf24b2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
-rwxr-xr-xdeployments/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index f40542eb..08a1eb95 100755
--- a/deployments/build.sh
+++ b/deployments/build.sh
@@ -12,7 +12,6 @@ set -o nounset
set -o pipefail
k8s_path="$(git rev-parse --show-toplevel)"
-export GOPATH=$k8s_path
VERSION="0.1.0-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"