From 0d031d73f1a79ba1fff6a6022c679f9d81a7417a Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 23 May 2019 10:57:07 -0400 Subject: Fix CentOS incompatibilities in mvn-phase-lib Issue-ID: DCAEGEN2-1520 Signed-off-by: Jack Lucas Change-Id: Ica41de308a32767a6f1c4ce178d2460adfa2f61b --- mvn-phase-script.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mvn-phase-script.sh') 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 -- cgit 1.2.3-korg