From: vv770d Date: Thu, 7 Oct 2021 15:28:55 +0000 (+0000) Subject: Revert plugin lookup path to R9 X-Git-Tag: 2.3.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f752cec2b6be1307c59168d5dbc88e7264daea32;p=dcaegen2%2Fdeployments.git Revert plugin lookup path to R9 Noticed issue with unstandardized plugin names being pushed to nexus raw; reverting to R9 path as discussed on the jira Change-Id: I240b742495681b5f7a690115f01e8fcb6dfbf072 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2934 --- diff --git a/cm-container/findPlugins.sh b/cm-container/findPlugins.sh index 6b0f180..35a29ad 100755 --- a/cm-container/findPlugins.sh +++ b/cm-container/findPlugins.sh @@ -33,7 +33,7 @@ shopt -s expand_aliases alias cu='curl -Ss -H "Accept: application/json" -L -f' -RELEASE_TAG=${MVN_RELEASE_TAG:-R10} +RELEASE_TAG=${MVN_RELEASE_TAG:-R9} PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/${RELEASE_TAG}/"} function getPlugins() {