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 /cm-container | |
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 '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 |