Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4b1a17d
)
Adding the keyword SNAPSHOT to build script.
15/78515/2
author
Akhila Kishore
<akhila.kishore@intel.com>
Thu, 14 Feb 2019 11:10:05 +0000
(
03:10
-0800)
committer
Akhila Kishore
<akhila.kishore@intel.com>
Thu, 14 Feb 2019 11:27:27 +0000
(
03:27
-0800)
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>
deployments/build.sh
patch
|
blob
|
history
diff --git
a/deployments/build.sh
b/deployments/build.sh
index
c6d4a24
..
f7deb54
100755
(executable)
--- 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 {