debug logging
parent
6e932f36c4
commit
f9a33ed4e5
|
|
@ -43,14 +43,9 @@ if [ ! -z "$latestLibraryCacheFile" ]; then
|
||||||
echo 'Unzipped library'
|
echo 'Unzipped library'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -v "$LFS_ASSETS_HASH" ]; then
|
|
||||||
echo "no LFS hash environment variable set, this is meant to happen automatically (required for LFS caching)"
|
|
||||||
LFS_ASSETS_HASH="noHashFound"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Checking cache for a cache match based on the combined large files hash ($lfsCacheFolder/$LFS_ASSETS_HASH.zip)"
|
echo "Checking cache for a cache match based on the combined large files hash ($lfsCacheFolder/$LFS_ASSETS_HASH.zip)"
|
||||||
|
|
||||||
if [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
|
if [ -v "$LFS_ASSETS_HASH" && -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
|
||||||
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"
|
latestLFSCacheFile="$LFS_ASSETS_HASH"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue