summaryrefslogtreecommitdiffstats
path: root/auth/docker/dpush.sh
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-09-25 16:05:20 -0500
committerInstrumental <jonathan.gathman@att.com>2018-09-25 16:05:27 -0500
commit3019a289c5ccb07a48b43888fc9c9defeb53a659 (patch)
tree87b4b402844b398d33a5220d9bd846b715834994 /auth/docker/dpush.sh
parent98551416d843afb39a9df76b83b6f7abf819d5e7 (diff)
Build/Push new aaf-cass container
Issue-ID: AAF-517 Change-Id: I15ee6b6f5ce7ff150a59b9447f6ca9a9182dc8a8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dpush.sh')
-rw-r--r--auth/docker/dpush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh
index b969a346..38fb41de 100644
--- a/auth/docker/dpush.sh
+++ b/auth/docker/dpush.sh
@@ -4,7 +4,7 @@
# Pull in Variables from d.props
. ./d.props
-AAF_COMPONENTS="$(cat components) core agent config"
+AAF_COMPONENTS="$(cat components) core agent config cass"
for AAF_COMPONENT in ${AAF_COMPONENTS}; do
# docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}