summaryrefslogtreecommitdiffstats
path: root/auth/docker/dpush.sh
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-08-17 08:39:08 -0500
committerInstrumental <jonathan.gathman@att.com>2018-08-17 08:39:15 -0500
commitb96e59383a20b356d0d4c83dab0303c58b189f53 (patch)
treea435410b6d705ec4cea768979371b3038dacb140 /auth/docker/dpush.sh
parent7fa31dee0dcfc9ef37703feef1c3d573728be742 (diff)
fix dpush
Issue-ID: AAF-419 Change-Id: I5a44ccd458950ea3d156a67f7045ab2ab6858d1b Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dpush.sh')
-rw-r--r--auth/docker/dpush.sh7
1 files changed, 1 insertions, 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}