cleanup logging

pull/273/head
Frostebite 2021-07-31 23:27:59 +01:00
parent 3496c6bfa8
commit 92e464bf8b
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,15 @@ if [ ! -z "$latest" ]; then
unzip -q "$cacheFolderWithBranch/lfs/$latest" -d "$gitLFSDestinationFolder"
fi
du -sch "$cacheFolderWithBranch/lfs"
du -sch "$cacheFolderWithBranch/lib"
du -sch "$cacheFolderWithBranch"
du -sch "$cacheFolderFull"
echo "purge $purgeRemoteBuilderCache"
# purge cache
if [ "$purgeRemoteBuilderCache" == "true" ]; then
rm -r "$cacheFolderFull"