You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
In
copy.rake, L65 we erroneously deleteremote_tmp_dirwhen we should only deleteremote_archive_path(as stated in the info output).Fixing this issue improves parallel deployments.