We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8b1e0 commit 24838aeCopy full SHA for 24838ae
src/ci/scripts/free-disk-space.sh
@@ -113,7 +113,8 @@ cleanPackages() {
113
114
echo "=> Installed packages sorted by size:"
115
# sort always fails because `head` stops reading stdin
116
- dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr 2>/dev/null | head -200 || true
+ dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | \
117
+ sort -nr 2>/dev/null | head -200 || true
118
}
119
120
# Remove Docker images
0 commit comments