cleanup and corrections
parent
860ad97c89
commit
9d9894f169
|
|
@ -45,10 +45,10 @@ fi
|
|||
|
||||
latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1)
|
||||
|
||||
echo 'Checking cache for an exact match of LFS hash'
|
||||
echo "Checking cache for an exact match of LFS hash or using $latestLFSCacheFile"
|
||||
|
||||
if [ ! -v "$LFS_ASSETS_HASH" ] && [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ]; then
|
||||
echo 'Exact LFS hash match'
|
||||
echo "Exact LFS hash match"
|
||||
latestLFSCacheFile="$LFS_ASSETS_HASH.zip"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue