We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6f501 commit fefffe7Copy full SHA for fefffe7
.buildkite/scripts/check_for_errors.sh
@@ -18,7 +18,7 @@ for package_type in $(ls build/output-logs/); do
18
if grep -E "^Error:" ${output}; then
19
echo "Found errors":
20
21
- errors=$(grep -E "^Error:" ${output})
+ errors=$(grep -E "Error:" ${output})
22
echo "${errors}"
23
24
cat <<EOF >> markdown.md
0 commit comments