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

Fix installation of Tuist when files under /tmp exist #3502

Merged
merged 2 commits into from Sep 23, 2021
Merged

Conversation

pepicrft
Copy link
Contributor

Short description πŸ“

It was reported on Slack that the installation might if /tmp/tuistenv and /tmp/tuistenv.zip exist. To prevent that from happening, I'm extending the installation logic to delete those files if they are present in the environment. Since those are intermediate files generated by our installation script, it's a safe deletion.

Checklist βœ…

  • The code architecture and patterns are consistent with the rest of the codebase.
  • The changes have been tested following the documented guidelines.
  • The CHANGELOG.md has been updated to reflect the changes. In case of a breaking change, it's been flagged as such.
  • In case the PR introduces changes that affect users, the documentation has been updated.

@pepicrft pepicrft requested a review from a team September 23, 2021 09:03
@pepicrft pepicrft self-assigned this Sep 23, 2021
@pepicrft pepicrft requested review from RomainBoulay and ollieatkinson and removed request for a team September 23, 2021 09:03
Copy link

@Alexsilvacodes Alexsilvacodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸš€ ❀️

@pepicrft pepicrft merged commit 72dfd96 into main Sep 23, 2021
@pepicrft pepicrft deleted the fix-installation branch September 23, 2021 09:25
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

Successfully merging this pull request may close these issues.

None yet

3 participants