modify default release to latest for LF 17/1117/1
authorGrinberg Moti <mg877n@att.com>
Tue, 21 Feb 2017 17:30:31 +0000 (19:30 +0200)
committerGrinberg Moti <mg877n@att.com>
Tue, 21 Feb 2017 17:30:31 +0000 (19:30 +0200)
Change-Id: I425c363f538340f197911d1e0458ca087275f473
Signed-off-by: Grinberg Moti <mg877n@att.com>
sdc-os-chef/scripts/docker_run.sh

index bb26b81..efae7fd 100644 (file)
@@ -7,7 +7,7 @@ function usage
 }
 
 
-RELEASE=1.0.0-SNAPSHOT
+RELEASE=latest
 [ -f /opt/config/env_name.txt ] && DEP_ENV=$(cat /opt/config/env_name.txt) || DEP_ENV=__ENV-NAME__
 [ -f /opt/config/nexus_username.txt ] && NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt)    || NEXUS_USERNAME=release
 [ -f /opt/config/nexus_password.txt ] && NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt)      || NEXUS_PASSWD=sfWU3DFVdBr7GVxB85mTYgAW