debug logging

pull/289/head
Frostebite 2021-08-01 21:01:29 +01:00
parent 9d9894f169
commit 87c1559f9f
1 changed files with 4 additions and 0 deletions

View File

@ -54,8 +54,12 @@ fi
if [ ! -z "$lfsCacheFolder/$latestLFSCacheFile" ]; then
echo "LFS cache exists from build $latestLFSCacheFile from $branchName"
echo "$gitLFSDestinationFolder"
rm -r "$gitLFSDestinationFolder"
echo "$gitLFSDestinationFolder"
mkdir -p "$gitLFSDestinationFolder"
echo "$lfsCacheFolder/$latestLFSCacheFile"
echo "$gitLFSDestinationFolder"
unzip -q "$lfsCacheFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
fi