We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7c131 commit e83d4b2Copy full SHA for e83d4b2
src/ci/scripts/free-disk-space.sh
@@ -79,7 +79,7 @@ execAndMeasureSpaceChange() {
79
# Remove large packages
80
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
81
cleanPackages() {
82
- sudo apt-get -q remove -y --fix-missing \
+ sudo apt-get -qq remove -y --fix-missing \
83
'^aspnetcore-.*' \
84
'^dotnet-.*' \
85
'^llvm-.*' \
0 commit comments