From 567a963d429b04f61692885dc0cd78bdd40210db Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 14 Aug 2018 13:55:32 -0500 Subject: Tag Image for Repo push in Script Issue-ID: AAF-433 Change-Id: Ifd25242465dd5d202400bafd814db445a01d24f7 Signed-off-by: Instrumental --- auth/docker/drun.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'auth/docker/drun.sh') diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index c62adfc2..8cedbcc4 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh @@ -2,6 +2,15 @@ # Pull in Variables from d.props . ./d.props +# Only need Cassandra Link Info when initializing the container. +if [ ! -e ./cass.props ]; then + cp cass.props.init cass.props + echo "Edit appropriate Cassandra Link Info into cass.props" + exit +fi + +. ./cass.props + if [ "$1" == "" ]; then AAF_COMPONENTS=$(ls -r ../aaf_${VERSION}/bin | grep -v '\.') else -- cgit 1.2.3-korg