From 223ed14e193cad499a99e05b9c5f52d39ba0645e Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Thu, 23 Aug 2018 13:23:23 -0700 Subject: [PATCH] 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 --- jjb/aaf/build-sshsm-docker-images.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6