From 525879052a1599567e3861214f7891b81c1d1a45 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:22:58 +0100 Subject: [PATCH] fix the monitoring --- show-status.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/show-status.sh b/show-status.sh index a9795388..e4b93a41 100755 --- a/show-status.sh +++ b/show-status.sh @@ -46,15 +46,11 @@ for part in "${parts[@]}"; do any_failure=true fi fi - - echo "${part%.yml}: $result" fi done -echo $any_failure - # If any invocation failed, return a failure exit code if $any_failure; then exit 1