Skip to content

Commit

Permalink
Debug output to help resolve folder location issue
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Nov 28, 2023
1 parent e43a01f commit c56efb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tooling/build_autotriage/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,9 @@ if [[ ${#buildIssues[@]} -gt 0 ]]; then
echo "############ End of Issues ############" >> build_triage_output.md
fi

echo "Currently here:"
pwd | echo
echo "folder contents:"
ls - | echo

echo "Build AutoTriage is complete."

0 comments on commit c56efb0

Please sign in to comment.