Merge "Admin.java: Fixed sonar issues"
[aaf/authz.git] / auth / docker / dbuild.sh
index d5f0b3e..94fc7f4 100755 (executable)
@@ -15,7 +15,6 @@ echo "Building Containers for aaf components, version $VERSION"
 cd ../auth-cass/docker
 bash ./dbuild.sh
 cd -
-exit
 
 # Create the AAF Config (Security) Images
 cd ..
@@ -36,6 +35,7 @@ docker tag ${ORG}/${PROJECT}/aaf_agent:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${
 rm sample/Dockerfile sample/bin/aaf-cadi-aaf-${VERSION}-full.jar
 rm -Rf sample/CA
 cd -
+
 ########
 # Second, build a core Docker Image
 echo Building aaf_$AAF_COMPONENT...