summaryrefslogtreecommitdiffstats
path: root/auth/docker/dbuild.sh
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-10 15:03:24 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-10 15:04:29 -0500
commitf482ea06ac55e56025c64916592f07db2c1fddd7 (patch)
tree6b7bfc87f085aaa8edf1fccb2db238e7b1c78500 /auth/docker/dbuild.sh
parentce6a67f4939900bbedaef5eeb986768fb4eec8ad (diff)
Create Functioning Client Sample for Docs
Issue-ID: AAF-221 Change-Id: Iaefe6700a900a712409bda7ddfd18932ed4c0fda Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rw-r--r--auth/docker/dbuild.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh
index ace2e507..23fa72f5 100644
--- a/auth/docker/dbuild.sh
+++ b/auth/docker/dbuild.sh
@@ -3,11 +3,7 @@
# Docker Building Script. Reads all the components generated by install, on per-version basis
#
# Pull in Variables from d.props
-ORG=onap
-PROJECT=aaf
-DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.0-SNAPSHOT
-./d.props
+. ./d.props
# TODO add ability to do DEBUG settings
if ["$1" == ""]; then