additional logging to understand cache zips

pull/289/head
Frostebite 2021-08-08 08:04:17 +01:00
parent 6ab05229d2
commit 4f4ce3236f
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ if [ ! -f "$lfsCacheFolder/$latestLFSCacheFile" ]; then
rm -r "$gitLFSDestinationFolder"
mkdir -p "$gitLFSDestinationFolder"
unzip "$lfsCacheFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
echo "git LFS folder, (should not contain $latestLFSCacheFile)"
ls -lh "$gitLFSDestinationFolder"
fi