fix dpush 99/61099/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 17 Aug 2018 13:39:08 +0000 (08:39 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 17 Aug 2018 13:39:15 +0000 (08:39 -0500)
Issue-ID: AAF-419
Change-Id: I5a44ccd458950ea3d156a67f7045ab2ab6858d1b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/dpush.sh

index f6ea970..d7ba9fb 100644 (file)
@@ -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}