diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-07-19 16:44:02 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-07-19 16:44:13 -0500 |
commit | 87da9feacd0abb0d60b98cc00c4755121fc73bbb (patch) | |
tree | e916ccb1420b7fcfa04f19d7db3965e53d0fe119 /auth/docker/dbuild.sh | |
parent | 32cdd553a8668e6d03a9cf5b11b360d35a63c87f (diff) |
add check and showpass
Issue-ID: AAF-378
Change-Id: If06c33ffd45eb61ab881cdb89f9689dae951f82c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rwxr-xr-x | auth/docker/dbuild.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 10ca9d95..da0b9b64 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -24,7 +24,6 @@ docker build -t ${ORG}/${PROJECT}/aaf_agent:${VERSION} sample # Clean up rm sample/Dockerfile sample/bin/aaf-cadi-aaf-${VERSION}-full.jar cd - - ######## # Second, build a core Docker Image echo Building aaf_$AAF_COMPONENT... |