summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-09-28 21:36:01 +0000
committervv770d <vv770d@att.com>2021-09-29 15:27:15 +0000
commitb248fc34017d3fda516204c4561e62d865be042d (patch)
treebd0ec42a2c633950a96092ebf7579a854aae1704 /cm-container
parent10206efb462a5ddec2e40608e09276fdf837a91a (diff)
R10 tag/path update
Change-Id: Ib7628caf659d6eda7b29065d92a026f6501c4b29 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2919 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'cm-container')
-rwxr-xr-xcm-container/findPlugins.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/cm-container/findPlugins.sh b/cm-container/findPlugins.sh
index cd67844..6b0f180 100755
--- a/cm-container/findPlugins.sh
+++ b/cm-container/findPlugins.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# ============LICENSE_START=======================================================
-# Copyright (c)2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2020-2021 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -33,7 +33,8 @@
shopt -s expand_aliases
alias cu='curl -Ss -H "Accept: application/json" -L -f'
-PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R9/"}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
+PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/${RELEASE_TAG}/"}
function getPlugins() {
local root=$1