From b96e59383a20b356d0d4c83dab0303c58b189f53 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 17 Aug 2018 08:39:08 -0500 Subject: [PATCH] fix dpush Issue-ID: AAF-419 Change-Id: I5a44ccd458950ea3d156a67f7045ab2ab6858d1b Signed-off-by: Instrumental --- auth/docker/dpush.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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} -- 2.16.6