diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 07:40:27 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 07:40:36 +0000 |
commit | e0036a4325e0717e6d154673e3bfadc622cece07 (patch) | |
tree | 4b96c23d8903800956bee44fd7071255ce5a908e /cm-container | |
parent | 9be7080721c9cc1a8f0fd2dbf2ce0dde48e94519 (diff) |
R4 tag update
Change-Id: I01adbf2a2188cf5ee57659bd526594c51cca6f7c
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937
Diffstat (limited to 'cm-container')
-rwxr-xr-x | cm-container/test-expand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/test-expand.sh b/cm-container/test-expand.sh index 7faee6c..1c6531c 100755 --- a/cm-container/test-expand.sh +++ b/cm-container/test-expand.sh @@ -1,2 +1,2 @@ #!/bin/bash -sed -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.plugins/R3#g' Dockerfile-template > Dockerfile +sed -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.plugins/R4#g' Dockerfile-template > Dockerfile |