cleanup logging
parent
3496c6bfa8
commit
92e464bf8b
|
|
@ -46,6 +46,15 @@ if [ ! -z "$latest" ]; then
|
||||||
unzip -q "$cacheFolderWithBranch/lfs/$latest" -d "$gitLFSDestinationFolder"
|
unzip -q "$cacheFolderWithBranch/lfs/$latest" -d "$gitLFSDestinationFolder"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
du -sch "$cacheFolderWithBranch/lfs"
|
||||||
|
|
||||||
|
du -sch "$cacheFolderWithBranch/lib"
|
||||||
|
|
||||||
|
du -sch "$cacheFolderWithBranch"
|
||||||
|
|
||||||
|
du -sch "$cacheFolderFull"
|
||||||
|
|
||||||
|
echo "purge $purgeRemoteBuilderCache"
|
||||||
# purge cache
|
# purge cache
|
||||||
if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
||||||
rm -r "$cacheFolderFull"
|
rm -r "$cacheFolderFull"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue