Skip to content

Commit

Permalink
chore: do not print the contents of dist/ (#25597)
Browse files Browse the repository at this point in the history
This just adds tens of 1000s of lines to the end of our log every time, for zero benefit.

Remove logging the `dist/` contents.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
rix0rrr authored May 15, 2023
1 parent 5ccc569 commit 16ae335
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,3 @@ if find dist/ | grep -F "${marker}"; then
echo "This is expected for builds in a development environment but should not happen in CI builds!"
exit 1
fi

# for posterity, print all files in dist
echo "=============================================================================================="
echo " dist contents"
echo "=============================================================================================="
find dist/

0 comments on commit 16ae335

Please sign in to comment.