Skip to content

Commit

Permalink
ci: stop mysql before removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Feb 3, 2025
1 parent 7daf4cf commit 4677d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/scripts/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ execAndMeasureSpaceChange() {
# Remove large packages
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
cleanPackages() {
# Stop services to avoid issues when removing their packages.
sudo systemctl stop mysql

local packages=(
'^aspnetcore-.*'
'^dotnet-.*'
Expand Down

0 comments on commit 4677d75

Please sign in to comment.