Skip to content
Snippets Groups Projects
Unverified Commit 842d92a6 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

Merge pull request #7293 from dawidd6/unlink-lock-file

download_strategy: unlink the lock file after unlocking it
parents 8fe74f9b 37dcbbaf
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy
end
ensure
download_lock&.unlock
download_lock&.path&.unlink
end
def clear_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment