diff options
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 7d4bcdb..a5cdb92 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -33,11 +33,7 @@ if [ "$RELEASE_TAG" != "R1" ]; then else RELEASE_TAGGED_DIR="releases" fi -if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ - "$MVN_RAWREPO_BASEURL_DOWNLOAD"/org.onap.dcaegen2.utils/${RELEASE_TAGGED_DIR}scripts/mvn-phase-lib.sh; then - echo "Fail to download mvn-phase-lib.sh" - exit 1 -fi + source "${PROJECT_ROOT}"/mvn-phase-lib.sh |