Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 899a75d

Browse files
potiukashb
authored andcommitted
Fixes case where output log is missing for image waiting (apache#14784)
(cherry picked from commit 4408866)
1 parent 401c57f commit 899a75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/libraries/_build_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ function build_images::wait_for_image_tag() {
10091009
echo "The image ${IMAGE_TO_WAIT_FOR} is not yet available. No local hash for the image. Waiting."
10101010
echo
10111011
echo "Last log:"
1012-
cat "${OUTPUT_LOG}"
1012+
cat "${OUTPUT_LOG}" || true
10131013
echo
10141014
sleep 10
10151015
else

0 commit comments

Comments
 (0)