diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-06-06 09:12:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-06 09:12:30 +0000 |
commit | ea1511da5113a4c24dfa52010e3829faa62f5ac7 (patch) | |
tree | 69358db94785cded535a5435628e4e9d8da3c550 | |
parent | e477205083d70183ce212fce1bf76e4bd19dda96 (diff) | |
parent | 8dde4fbcb49d5341dc8b21b8d1b6ba4548ce50c1 (diff) |
Merge "Set to latest for download" into 2.0.2
-rw-r--r-- | deployment/zip/installer/install-latest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/zip/installer/install-latest.sh b/deployment/zip/installer/install-latest.sh index 19d0ce92..aa83ab54 100644 --- a/deployment/zip/installer/install-latest.sh +++ b/deployment/zip/installer/install-latest.sh @@ -16,7 +16,7 @@ # limitations under the License. #******************************************************************************* -CLI_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" +CLI_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=releases&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" CLI_INSTALL_DIR=/opt/oclip CLI_ZIP=cli.zip CLI_BIN=/usr/bin/oclip |