summaryrefslogtreecommitdiffstats
path: root/auth/docker/dclean.sh
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-23 15:43:47 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-23 15:44:51 -0500
commit12f7f46efd897a01ebe7894d0f26f95a6c8e2672 (patch)
tree5aef7b8c1e6960c936f11126b0575d6bb86d8f4f /auth/docker/dclean.sh
parent0d04b7513ab8f5c3bd9967fad9772688113fe437 (diff)
Add sample AAF Setup Demoing
Issue-ID: AAF-256 Change-Id: I1d21238c48cee5fa64184bf014d9cde975d51583 Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/docker/dclean.sh')
-rw-r--r--auth/docker/dclean.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh
index 4c2dd3bf..d83f61c8 100644
--- a/auth/docker/dclean.sh
+++ b/auth/docker/dclean.sh
@@ -1,9 +1,6 @@
#!/bin/bash dclean.sh
-ORG=onap
-PROJECT=aaf
-DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.0-SNAPSHOT
-./d.props
+# Pull in Variables from d.props
+. ./d.props
if [ "$1" == "" ]; then
AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`