Skip to content

Commit 16ae335

Browse files
authored
chore: do not print the contents of dist/ (#25597)
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*
1 parent 5ccc569 commit 16ae335

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pack.sh

-6
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,3 @@ if find dist/ | grep -F "${marker}"; then
107107
echo "This is expected for builds in a development environment but should not happen in CI builds!"
108108
exit 1
109109
fi
110-
111-
# for posterity, print all files in dist
112-
echo "=============================================================================================="
113-
echo " dist contents"
114-
echo "=============================================================================================="
115-
find dist/

0 commit comments

Comments
 (0)