Call top level build script 99/62199/1
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Thu, 23 Aug 2018 20:23:23 +0000 (13:23 -0700)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Thu, 23 Aug 2018 20:31:43 +0000 (13:31 -0700)
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 <manjunath.ranganathaiah@intel.com>
jjb/aaf/build-sshsm-docker-images.sh

index 7ed0719..b0c8882 100755 (executable)
@@ -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