diff options
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 0d5e8e5..7faee6c 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/R2#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/R3#g' Dockerfile-template > Dockerfile |