fix: remove git lock
All checks were successful
build / trigger-build-image (push) Successful in 28s

This commit is contained in:
张泊明518370910136 2025-10-28 19:37:08 -07:00
parent f4fb5eae05
commit 69e097e04b
GPG Key ID: CA088E6D9284F870

View File

@ -97,7 +97,7 @@ class Git:
if filename.endswith(".lock"):
lock_file_path = os.path.join(root, filename)
if (
os.path.join(".git", filename)
os.path.relpath(lock_file_path, repo_dir)
== settings.joj3_lock_file_path
):
continue