From: Jessica Wagantall Date: Wed, 4 Aug 2021 01:57:25 +0000 (-0700) Subject: Fix: Fix machine name X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=940d782e137941d015585e45ff772e8bb573e484;p=ci-management.git Fix: Fix machine name Fix machine name on oom-create-netrc Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: Ieb561e39629e15fa0e9568599d8c805e9e2042de --- diff --git a/shell/oom-create-netrc.sh b/shell/oom-create-netrc.sh index 4b076a67b..1b273b1cc 100644 --- a/shell/oom-create-netrc.sh +++ b/shell/oom-create-netrc.sh @@ -40,7 +40,7 @@ fi if [ "$SERVER_ID" == "ossrh" ]; then machine="oss.sonatype.org" else - machine=$(echo "$DOCKER_URL" | awk -F/ '{print $3}') + machine=$(echo "$DOCKER_URL") fi user=$(echo "$CREDENTIAL" | cut -f1 -d:)