Merge "Admin.java: Fixed sonar issues"
[aaf/authz.git] / auth / docker / dbuild.sh
index 39d9eb2..94fc7f4 100755 (executable)
@@ -13,7 +13,7 @@ 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 -
 
 # Create the AAF Config (Security) Images
@@ -35,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...