summaryrefslogtreecommitdiffstats
path: root/archive/heat/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archive/heat/setup.sh')
-rwxr-xr-xarchive/heat/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/heat/setup.sh b/archive/heat/setup.sh
index b95e56e..679cbab 100755
--- a/archive/heat/setup.sh
+++ b/archive/heat/setup.sh
@@ -44,7 +44,7 @@ pip install pip==9.0.3
cfy profiles use 127.0.0.1 -u admin -p admin -t default_tenant
cfy status
cd /tmp/bin
-./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
+./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R5 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
for wagon in ./wagons/*.wgn; do cfy plugins upload \$wagon ; done
deactivate
EOL