debug logging
parent
f9a33ed4e5
commit
f851984df8
|
|
@ -45,7 +45,7 @@ fi
|
|||
|
||||
echo "Checking cache for a cache match based on the combined large files hash ($lfsCacheFolder/$LFS_ASSETS_HASH.zip)"
|
||||
|
||||
if [ -v "$LFS_ASSETS_HASH" && -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
|
||||
if [ -z "${LFS_ASSETS_HASH}" -a -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
|
||||
echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip"
|
||||
latestLFSCacheFile="$LFS_ASSETS_HASH"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue