Skip to content

Commit fefffe7

Browse files
committed
Change regex
1 parent ad6f501 commit fefffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/check_for_errors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for package_type in $(ls build/output-logs/); do
1818
if grep -E "^Error:" ${output}; then
1919
echo "Found errors":
2020

21-
errors=$(grep -E "^Error:" ${output})
21+
errors=$(grep -E "Error:" ${output})
2222
echo "${errors}"
2323

2424
cat <<EOF >> markdown.md

0 commit comments

Comments
 (0)