X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdclean.sh;fp=auth%2Fdocker%2Fdclean.sh;h=d83f61c8442694f313c3186e67de4ddf464c0a48;hb=12f7f46efd897a01ebe7894d0f26f95a6c8e2672;hp=4c2dd3bfc1741e0123bb764e389627dd2ca47fa2;hpb=0d04b7513ab8f5c3bd9967fad9772688113fe437;p=aaf%2Fauthz.git 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 '\.'`