Skip to content

Commit 9279842

Browse files
committed
Don't error if stopping mysql fails in CI
1 parent d8810e3 commit 9279842

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
@@ -152,7 +152,7 @@ execAndMeasureSpaceChange() {
152152
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
153153
cleanPackages() {
154154
# Stop services to avoid issues when removing their packages.
155-
sudo systemctl stop mysql
155+
sudo systemctl stop mysql || true
156156

157157
local packages=(
158158
'^aspnetcore-.*'

0 commit comments

Comments
 (0)