diff options
author | Lusheng Ji <lji@research.att.com> | 2018-07-16 23:28:49 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-07-16 23:28:57 -0400 |
commit | a253c17082df9cbb191b3eab2e31aef648b34717 (patch) | |
tree | 7a1244f9bedaccbae0c8f96800c81a5d38de69bb /heat | |
parent | 4e8ff5627c952b548bf31c9e7a39d8a00eae1001 (diff) |
Update release tag
Issue-ID: DCAEGEN2-499
Change-Id: If18bd957a0caddbfcd57e8d2ffff7aa7b23fa949
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'heat')
-rwxr-xr-x | heat/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/setup.sh b/heat/setup.sh index a51f5ae..0014644 100755 --- a/heat/setup.sh +++ b/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/R2 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/R3 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 |