From 4408866b4b8766b0bd52333b5f6481c1b27cb993 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 14 Mar 2021 22:24:12 +0100 Subject: [PATCH] Fixes case where output log is missing for image waiting (#14784) --- scripts/ci/libraries/_build_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/libraries/_build_images.sh b/scripts/ci/libraries/_build_images.sh index 2deb574bc5..27beb7443b 100644 --- a/scripts/ci/libraries/_build_images.sh +++ b/scripts/ci/libraries/_build_images.sh @@ -1009,7 +1009,7 @@ function build_images::wait_for_image_tag() { echo "The image ${IMAGE_TO_WAIT_FOR} is not yet available. No local hash for the image. Waiting." echo echo "Last log:" - cat "${OUTPUT_LOG}" + cat "${OUTPUT_LOG}" || true echo sleep 10 else