cleanup and corrections

pull/273/head
Frostebite 2021-08-01 19:29:57 +01:00
parent 9e1d200136
commit 860ad97c89
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ fi
latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1)
echo 'Checking cache for an exact match of LFS hash'
if [ ! -v "$LFS_ASSETS_HASH" ] && [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ]; then
echo 'Exact LFS hash match'
latestLFSCacheFile="$LFS_ASSETS_HASH.zip"