We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8810e3 commit 381b3f6Copy full SHA for 381b3f6
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
+ sudo systemctl stop mysql || echo "::warning::The command [sudo systemctl stop mysql] failed"
156
+ sudo systemctl mask mysql || echo "::warning::The command [sudo systemctl mask mysql] failed"
157
158
local packages=(
159
'^aspnetcore-.*'
0 commit comments