aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkhila Kishore <akhila.kishore@intel.com>2019-02-14 03:10:05 -0800
committerAkhila Kishore <akhila.kishore@intel.com>2019-02-14 03:27:27 -0800
commit376223b37af0867b4c051f02bac54fae35e0d699 (patch)
tree47f6850e69b24434e1705c72e78f13a7820e2e98
parent4b1a17def6ca8128190cf0c75d4396a48c73ca97 (diff)
Adding the keyword SNAPSHOT to build script.
This fixes the version tag for K8s plugin modifying the image name. Change-Id: Ie88279200607dfe4338b2490647cf02a4e2d056c Issue-ID: MULTICLOUD-301 Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
-rwxr-xr-xdeployments/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index c6d4a244..f7deb547 100755
--- a/deployments/build.sh
+++ b/deployments/build.sh
@@ -14,7 +14,7 @@ set -o pipefail
k8s_path="$(git rev-parse --show-toplevel)"
export GOPATH=$k8s_path
-VERSION="0.1.0"
+VERSION="0.1.0-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
function _compile_src {