We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9279842 commit fe2b1d6Copy full SHA for fe2b1d6
src/ci/scripts/free-disk-space.sh
@@ -152,7 +152,8 @@ execAndMeasureSpaceChange() {
152
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
153
cleanPackages() {
154
# Stop services to avoid issues when removing their packages.
155
- sudo systemctl stop mysql || true
+ sudo systemctl stop mysql || echo "::warning::The command [sudo systemctl stop mysql] failed"
156
+ sudo systemctl disable mysql || echo "::warning::The command [sudo systemctl disable mysql] failed"
157
158
local packages=(
159
'^aspnetcore-.*'
0 commit comments