From 12f7f46efd897a01ebe7894d0f26f95a6c8e2672 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 23 Apr 2018 15:43:47 -0500 Subject: Add sample AAF Setup Demoing Issue-ID: AAF-256 Change-Id: I1d21238c48cee5fa64184bf014d9cde975d51583 Signed-off-by: Instrumental --- auth/docker/dclean.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'auth/docker/dclean.sh') 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 '\.'` -- cgit 1.2.3-korg