summaryrefslogtreecommitdiffstats
path: root/auth/docker/dclean.sh
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-10 14:25:35 +0000
committerSai Gandham <sg481n@att.com>2018-04-10 14:25:45 +0000
commitce6a67f4939900bbedaef5eeb986768fb4eec8ad (patch)
tree39d087ba605bcc5091ea4572b73ca973ac731690 /auth/docker/dclean.sh
parent1b6fe335be7f1dfbf83e87db016506c3a4f7c413 (diff)
Fixing docker build scipt
Issue-ID: AAF-208 Change-Id: Ia1ca9a6c4ef4282be597820a20ed5c34590393c7 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker/dclean.sh')
-rw-r--r--auth/docker/dclean.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh
index b14f0bcc..4c2dd3bf 100644
--- a/auth/docker/dclean.sh
+++ b/auth/docker/dclean.sh
@@ -1,5 +1,9 @@
#!/bin/bash dclean.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 ../aaf_${VERSION}/bin | grep -v '\.'`