From: Kiran Kamineni Date: Thu, 5 Sep 2019 18:36:31 +0000 (-0700) Subject: Remove GOPATH X-Git-Tag: 0.5.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F95078%2F1;p=multicloud%2Fk8s.git Remove GOPATH Remove GOPATH in docker build script Issue-ID: MULTICLOUD-666 Change-Id: Ia9845d6bd8d7c12477a8bcf2373c7a3c8edf24b2 Signed-off-by: Kiran Kamineni --- 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"