debug logging
parent
8bceae8067
commit
b82794df47
|
|
@ -49,6 +49,7 @@ if [ ! -v "$LFS_ASSETS_HASH" ] && [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ];
|
||||||
echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip"
|
echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip"
|
||||||
latestLFSCacheFile="$LFS_ASSETS_HASH.zip"
|
latestLFSCacheFile="$LFS_ASSETS_HASH.zip"
|
||||||
else
|
else
|
||||||
|
echo "d1"
|
||||||
latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1)
|
latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1)
|
||||||
echo "Match not found: using latest large file cache $latestLFSCacheFile"
|
echo "Match not found: using latest large file cache $latestLFSCacheFile"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue