Skip to content

Commit 1038e5f

Browse files
committed
quiet
1 parent b419f8c commit 1038e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cleanPackages() {
9797
)
9898

9999
for pkg in "${packages_to_remove[@]}"; do
100-
sudo apt-get remove -y "$pkg" --fix-missing || echo "::warning::Failed to remove $pkg"
100+
sudo apt-get -qq remove -y "$pkg" --fix-missing || echo "::warning::Failed to remove $pkg"
101101
done
102102

103103
sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed"

0 commit comments

Comments
 (0)