Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Erroneous cleanup of remove archive path #55

Open
ncreuschling opened this issue Jan 31, 2019 · 0 comments
Open

Erroneous cleanup of remove archive path #55

ncreuschling opened this issue Jan 31, 2019 · 0 comments
Assignees
Labels

Comments

@ncreuschling
Copy link
Member

ncreuschling commented Jan 31, 2019

In copy.rake, L65 we erroneously delete remote_tmp_dir when we should only delete remote_archive_path (as stated in the info output).

      info I18n.t('file.remove', path: remote_archive_path, scope: :dkdeploy)
      execute :rm, '-rf', remote_tmp_dir

Fixing this issue improves parallel deployments.

@ncreuschling ncreuschling self-assigned this Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant