fix: remove git lock
All checks were successful
build / trigger-build-image (push) Successful in 28s
All checks were successful
build / trigger-build-image (push) Successful in 28s
This commit is contained in:
parent
f4fb5eae05
commit
69e097e04b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user