mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
@@ -6,6 +6,7 @@ before=$(df / -Pm | awk 'NR==2{print $4}')
|
||||
# clears out the local repository of retrieved package files
|
||||
# It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial
|
||||
apt-get clean
|
||||
rm -rf /tmp/*
|
||||
|
||||
# after cleanup
|
||||
after=$(df / -Pm | awk 'NR==2{print $4}')
|
||||
|
||||
Reference in New Issue
Block a user