diff options
author | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:31 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-04-08 13:50:41 -0400 |
commit | 40077be45039102b97347e4129a8b9c301a82c16 (patch) | |
tree | fa43def0daf6b3e955646a45e67484f7f0bc81d6 /auth/docker/dbuild.sh | |
parent | 99f14fb5acc4657255bb0028be8e36b01177361e (diff) |
updated the poms with project versions
Issue-ID: AAF-215
Change-Id: I48ab110906f6e165cde0b3bb21b52178d36eb566
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rw-r--r-- | auth/docker/dbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 54d9926a..501530db 100644 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -3,7 +3,7 @@ # Docker Building Script. Reads all the components generated by install, on per-version basis # # Pull in Variables from d.props -. d.props +./d.props # TODO add ability to do DEBUG settings if ["$1" == ""]; then |