Skip to content

Commit 25853a4

Browse files
committed
comment
1 parent c0cf640 commit 25853a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ci/scripts/free-disk-space.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ isX86() {
4040
fi
4141
}
4242

43-
# Measure saved space and how long it took to run the task
43+
# Execute a task, printing how much space was saved and how long it took to run the task
4444
execAndMeasure() {
4545
local task_name=${1}
4646

@@ -75,6 +75,7 @@ printDF() {
7575
echo ""
7676
df -h
7777
printSeparationLine "="
78+
echo ""
7879
}
7980

8081
removeUnusedDirsAndFiles() {
@@ -231,7 +232,6 @@ removePythonPackages() {
231232

232233
main() {
233234
printDF "BEFORE CLEAN-UP:"
234-
echo ""
235235

236236
execAndMeasure "Unused packages" cleanPackages
237237
execAndMeasure "Swap storage" cleanSwap
@@ -241,7 +241,6 @@ main() {
241241
removeUnusedDirsAndFiles
242242

243243
printDF "AFTER CLEAN-UP:"
244-
echo ""
245244
}
246245

247246
execAndMeasure "Total" main

0 commit comments

Comments
 (0)