From: Instrumental Date: Fri, 17 Aug 2018 13:39:08 +0000 (-0500) Subject: fix dpush X-Git-Tag: 2.1.2~89 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F61099%2F1;p=aaf%2Fauthz.git fix dpush Issue-ID: AAF-419 Change-Id: I5a44ccd458950ea3d156a67f7045ab2ab6858d1b Signed-off-by: Instrumental --- diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index f6ea970a..d7ba9fb6 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -4,12 +4,7 @@ # Pull in Variables from d.props . ./d.props -f [ "$1" == "" ]; then - AAF_COMPONENTS=$(cat components) -else - AAF_COMPONENTS="$@" -fi - +AAF_COMPONENTS=$(cat components) for AAF_COMPONENT in ${AAF_COMPONENTS}; do # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}