Skip to content

Commit c3840d4

Browse files
committed
Test format
1 parent 7d007d0 commit c3840d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/scripts/check_for_errors.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ for package_type in $(ls build/output-logs/); do
2121
errors=$(grep -E "Error:" ${output})
2222
echo "${errors}"
2323

24-
cat <<EOF >> markdown.md
25-
- Error found in ${package_type}
26-
> ${errors}
24+
cat <<EOF >> markdown.
25+
- Error found in ${package_type}
26+
> ${errors}
2727
EOF
2828
fi
2929
done

0 commit comments

Comments
 (0)