ci: cleanup hassio error log parsing
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-18 11:56:34 +02:00
parent 61d517a6ad
commit 96ef030ecf
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -14,7 +14,6 @@ variables:
filtered_output=$(echo "$output" | grep "ERROR" | grep -v "Unknown device") filtered_output=$(echo "$output" | grep "ERROR" | grep -v "Unknown device")
echo "$filtered_output" echo "$filtered_output"
if [ -n "$filtered_output" ]; then if [ -n "$filtered_output" ]; then
echo "Configuration check failed"
exit 1 exit 1
fi fi
environment: environment: