Fixing docker build scipt
[aaf/authz.git] / auth / docker / drun.sh
index 80414ea..33f3014 100644 (file)
@@ -1,5 +1,10 @@
 #!/bin/bash drun.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 '\.'`