We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e680e5e commit 6fc85b5Copy full SHA for 6fc85b5
1 file changed
.github/workflows/producer-oam-check.yml
@@ -123,7 +123,7 @@ jobs:
123
exit_code=${PIPESTATUS[0]}
124
if [ $exit_code -ne 0 ]; then
125
# Collect all outputs starting with "-->"
126
- error_lines=$(grep -E '^\s*(-->|Unhandled exception\.)' producer.log | grep -Ev -- '--> Skipping creation of src/[^ \.]+\.knxprod due to check errors! <--' | tr '\n' ' // ')
+ error_lines=$(grep -Ev '^\s*-->\s*WARN' producer.log | grep -E '^\s*(-->|Unhandled exception\.)' | grep -Ev -- '--> Skipping creation of src/[^ \.]+\.knxprod due to check errors! <--' | tr '\n' ' // ')
127
if [ -n "$error_lines" ]; then
128
echo "::error:: $error_lines"
129
fi
0 commit comments