Fixing docker build scipt
Issue-ID: AAF-208
Change-Id: Ia1ca9a6c4ef4282be597820a20ed5c34590393c7
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/docker/dstart.sh b/auth/docker/dstart.sh
index 9fcc328..ac8ffd0 100644
--- a/auth/docker/dstart.sh
+++ b/auth/docker/dstart.sh
@@ -1,5 +1,9 @@
#!/bin/bash dstop.sh
-. d.props
+ORG=onap
+PROJECT=aaf
+DOCKER_REPOSITORY=nexus3.onap.org:10003
+VERSION=2.1.0-SNAPSHOT
+./d.props
if [ "$1" == "" ]; then
AAF_COMPONENTS=`ls -r ../aaf_${VERSION}/bin | grep -v '\.'`