Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Deployment fails if tar file gets lost #464

Open
mimmi20 opened this issue May 23, 2023 · 0 comments
Open

[Bug] Deployment fails if tar file gets lost #464

mimmi20 opened this issue May 23, 2023 · 0 comments

Comments

@mimmi20
Copy link

mimmi20 commented May 23, 2023

We are trying to move away from Phing and are testing also Magallanes.

We are using Releases and have set the following parameter to extract the tar file: "--recursive-unlink --extract --gzip --preserve-permissions --preserve-order --unlink-first -f".

But after the tar file is extracted successfully, the tar file itself is already removed. As the result of this, the deployment fails because the script can not delete the tar file.

The script should check if the tar file is still present before trying to delete it.

If I should create a PR, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant