From b82794df4721f63fd89ea8af23961ab240166113 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 1 Aug 2021 21:44:26 +0100 Subject: [PATCH] debug logging --- dist/remote-builder/handleCaching.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/remote-builder/handleCaching.sh b/dist/remote-builder/handleCaching.sh index 7168da05..ca121469 100755 --- a/dist/remote-builder/handleCaching.sh +++ b/dist/remote-builder/handleCaching.sh @@ -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" latestLFSCacheFile="$LFS_ASSETS_HASH.zip" else + echo "d1" latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1) echo "Match not found: using latest large file cache $latestLFSCacheFile" fi