From e37286cede63e2d3397eab2e6967fedf67f6bd9e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Aug 2025 16:51:00 +0800 Subject: [PATCH] fixup build.sh: try skipping the curator/stack --version run --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index e81ef5aa..dbf33b8a 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -94,7 +94,7 @@ chmod +x stack # echo -n 'stack version: ' # /stack --version # " -# ) +) # We share pantry directory between snapshots while the other content in .stack # is stored separately (because e.g. Ubuntu releases between LTS and nightly