diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-08 12:34:08 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-08 22:43:41 +0000 |
commit | 0dfc99220a226a902bdc296eef16e827726c7187 (patch) | |
tree | 7adfc5b4f03139f00830d54fe2ac3ad2a38627c3 | |
parent | 4e0397dcc8b294408089a3264ee2b9340bcc8691 (diff) |
Switch to R2 mvn-phase-lib
Change-Id: I47b786da6c0275bb888ff3e2578961efe3af2943
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-206
-rwxr-xr-x | mvn-phase-script.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index c0d5a6a..be3194e 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -83,9 +83,10 @@ echo "MVN_DOCKERREGISTRY_PUBLIC is [$MVN_DOCKERREGISTRY_PUBLIC]" set -e if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ - "$MVN_RAWREPO_BASEURL_DOWNLOAD"/org.onap.dcaegen2.utils/releases/scripts/mvn-phase-lib.sh; then + "$MVN_RAWREPO_BASEURL_DOWNLOAD"/org.onap.dcaegen2.utils/R2/scripts/mvn-phase-lib.sh; then cp "${PROJECT_ROOT}"/scripts/mvn-phase-lib.sh "${PROJECT_ROOT}/mvn-phase-lib.sh" fi + source "${PROJECT_ROOT}"/mvn-phase-lib.sh |