From: Manjunath Ranganathaiah Date: Thu, 23 Aug 2018 20:23:23 +0000 (-0700) Subject: Call top level build script X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F62199%2F1;p=ci-management.git Call top level build script Call the build_images.sh script from bin directory to build all sshsm containers Change-Id: I9e95909b5808109416bea5e7ab60998a603b8f4e Issue-ID: AAF-430 Signed-off-by: Manjunath Ranganathaiah --- diff --git a/jjb/aaf/build-sshsm-docker-images.sh b/jjb/aaf/build-sshsm-docker-images.sh index 7ed071987..b0c888231 100755 --- a/jjb/aaf/build-sshsm-docker-images.sh +++ b/jjb/aaf/build-sshsm-docker-images.sh @@ -5,7 +5,7 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' CURRENTDIR="$(pwd)" echo $CURRENTDIR -echo 'Building AAF/sshsm base containers' -cd bin/base -chmod 755 build_base_images.sh -./build_base_images.sh +echo 'Building AAF/sshsm containers' +cd bin +chmod 755 build_images.sh +./build_images.sh