aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeployments/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index f40542eb..41ea3941 100755
--- a/deployments/build.sh
+++ b/deployments/build.sh
@@ -12,9 +12,8 @@ set -o nounset
set -o pipefail
k8s_path="$(git rev-parse --show-toplevel)"
-export GOPATH=$k8s_path
-VERSION="0.1.0-SNAPSHOT"
+VERSION="0.5.0-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
function _compile_src {