From 621c01330499e0ec6580a7ef3a56dc8884c1c335 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Thu, 2 Oct 2025 09:35:29 -0700 Subject: [PATCH] Globally disable LFS locking --- ci/lib/setup-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lib/setup-git.sh b/ci/lib/setup-git.sh index 9ec1a98ea..4497f0a7b 100644 --- a/ci/lib/setup-git.sh +++ b/ci/lib/setup-git.sh @@ -6,4 +6,4 @@ export GIT_AUTHOR_EMAIL="198656834+nur-a-bot[bot]@users.noreply.github.com" export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL -git config --global "lfs..locksverify" false +git config --global lfs.locksverify false