diff options
author | vv770d <vv770d@att.com> | 2021-10-07 15:28:55 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-10-07 15:28:59 +0000 |
commit | f752cec2b6be1307c59168d5dbc88e7264daea32 (patch) | |
tree | 9f4e02eed262dbb856950a1cf79a9a0ce18b555b /cm-container/findPlugins.sh | |
parent | b248fc34017d3fda516204c4561e62d865be042d (diff) |
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 <vv770d@att.com>
Issue-ID: DCAEGEN2-2934
Diffstat (limited to 'cm-container/findPlugins.sh')
-rwxr-xr-x | cm-container/findPlugins.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |