cleanup and corrections

pull/273/head
Frostebite 2021-08-01 04:17:59 +01:00
parent 6d0399f311
commit a72eb3d7e0
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ if [ ! -z "$latestLFSCacheFile" ]; then
echo "LFS cache exists from build $latestLFSCacheFile from $branchName"
rm -r "$gitLFSDestinationFolder"
mkdir -p "$gitLFSDestinationFolder"
unzip -q "$cacheFolderWithBranch/lfs/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
unzip -q "$gitLFSDestinationFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
fi
echo ' '
@ -73,7 +73,7 @@ fi
echo ' '
git lfs pull
zip -r $LFS_ASSETS_HASH "$gitLFSDestinationFolder"
zip -r $LFS_ASSETS_HASH -d "$gitLFSDestinationFolder"
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
echo ' '