From f752cec2b6be1307c59168d5dbc88e7264daea32 Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 7 Oct 2021 15:28:55 +0000 Subject: 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 --- cm-container/findPlugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cm-container') 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() { -- cgit 1.2.3-korg