Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b27f12c

Browse files
committed
fix
1 parent 8a9428f commit b27f12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/free-disk-space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cleanPackages() {
112112
sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed failed"
113113

114114
echo "=> Installed packages sorted by size:"
115-
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr | head -200
115+
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr | head -200 || true
116116
}
117117

118118
# Remove Docker images

0 commit comments

Comments
 (0)