diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-17 08:39:08 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-17 08:39:15 -0500 |
commit | b96e59383a20b356d0d4c83dab0303c58b189f53 (patch) | |
tree | a435410b6d705ec4cea768979371b3038dacb140 /auth/docker | |
parent | 7fa31dee0dcfc9ef37703feef1c3d573728be742 (diff) |
fix dpush
Issue-ID: AAF-419
Change-Id: I5a44ccd458950ea3d156a67f7045ab2ab6858d1b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/dpush.sh | 7 |
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} |