diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-25 17:30:46 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-25 17:30:50 -0500 |
commit | 7558731623fcc0f1e4f12b7d6f0ffcac1df2450d (patch) | |
tree | 32473552032654facb7da92245f79437f891d09c /auth/docker/dbuild.sh | |
parent | 3019a289c5ccb07a48b43888fc9c9defeb53a659 (diff) |
aaf_cass tagging
Issue-ID: AAF-517
Change-Id: Ia9073f1f81a24c82e4188091f57faee20799df4f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rwxr-xr-x | auth/docker/dbuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 39d9eb2e..d5f0b3ef 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -13,8 +13,9 @@ echo "Building Containers for aaf components, version $VERSION" # AAF_cass now needs a version... cd ../auth-cass/docker -bash dbuild.sh +bash ./dbuild.sh cd - +exit # Create the AAF Config (Security) Images cd .. |