Skip to content

Commit

Permalink
Cleaning up the script output.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Nov 27, 2023
1 parent f291211 commit dca08ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/build_autotriage/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ if [[ ${#arrayOfFailedJobs[@]} -gt 0 ]]; then
do
buildFailureTriager $failedJob
done
echo "############ End of list ############"
else
echo "All build jobs passed. Huzzah!"
fi
Expand All @@ -240,7 +241,7 @@ if [[ ${#buildIssues[@]} -gt 0 ]]; then
echo "Issue ${issueID}: ${buildIssues[issueID]}\n"
echo "----"
done
echo "############ The End ############"
echo "############ End of Issues ############"
fi

echo "Build AutoTriage is complete."

0 comments on commit dca08ba

Please sign in to comment.