additional logging to understand cache zips
parent
6ab05229d2
commit
4f4ce3236f
|
|
@ -47,6 +47,8 @@ if [ ! -f "$lfsCacheFolder/$latestLFSCacheFile" ]; then
|
||||||
rm -r "$gitLFSDestinationFolder"
|
rm -r "$gitLFSDestinationFolder"
|
||||||
mkdir -p "$gitLFSDestinationFolder"
|
mkdir -p "$gitLFSDestinationFolder"
|
||||||
unzip "$lfsCacheFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
|
unzip "$lfsCacheFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
|
||||||
|
echo "git LFS folder, (should not contain $latestLFSCacheFile)"
|
||||||
|
ls -lh "$gitLFSDestinationFolder"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue