fix the monitoring

This commit is contained in:
Sebastian
2025-03-18 12:22:58 +01:00
parent 693959699c
commit 525879052a

View File

@@ -47,14 +47,10 @@ for part in "${parts[@]}"; do
fi fi
fi fi
echo "${part%.yml}: $result" echo "${part%.yml}: $result"
fi fi
done done
echo $any_failure
# If any invocation failed, return a failure exit code # If any invocation failed, return a failure exit code
if $any_failure; then if $any_failure; then
exit 1 exit 1