debug
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 12:59:34 +02:00
parent fd89469dfa
commit 7cf022d779
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -12,8 +12,8 @@ variables:
- | - |
output=$(hass -c . --script check_config 2>&1) output=$(hass -c . --script check_config 2>&1)
filtered_output=$(echo "$output" | grep "ERROR" | grep -v "Unknown device") filtered_output=$(echo "$output" | grep "ERROR" | grep -v "Unknown device")
echo "$filtered_output"
if [ -n "$filtered_output" ]; then if [ -n "$filtered_output" ]; then
echo "$filtered_output"
exit 1 exit 1
fi fi
environment: environment: