Merge pull request #7293 from dawidd6/unlink-lock-file
download_strategy: unlink the lock file after unlocking it
This commit is contained in:
commit
842d92a6c5
@ -326,6 +326,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
|
|||||||
end
|
end
|
||||||
ensure
|
ensure
|
||||||
download_lock&.unlock
|
download_lock&.unlock
|
||||||
|
download_lock&.path&.unlink
|
||||||
end
|
end
|
||||||
|
|
||||||
def clear_cache
|
def clear_cache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user