Revert plugin lookup path to R9 45/124745/1
authorvv770d <vv770d@att.com>
Thu, 7 Oct 2021 15:28:55 +0000 (15:28 +0000)
committervv770d <vv770d@att.com>
Thu, 7 Oct 2021 15:28:59 +0000 (15:28 +0000)
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 <vv770d@att.com>
Issue-ID: DCAEGEN2-2934

cm-container/findPlugins.sh

index 6b0f180..35a29ad 100755 (executable)
@@ -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() {