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 tarball packing in paths with spaces #825

Merged

Conversation

pimterry
Copy link
Contributor

@pimterry pimterry commented Feb 9, 2022

This replaces oclif/dev-cli#416.

This PR just adds quotes around a few raw paths used during tarball packing, ensuring that these steps work when run in a path containing spaces.

I've tested this in my project, and everything now seems to build correctly when running oclif pack tarballs.

@pimterry
Copy link
Contributor Author

pimterry commented Feb 9, 2022

Seems that the build failures are just because .circleci/loadgpg can't access a secret (for the node-devcli build) and the tests can't access AWS_ACCESS_KEY_ID (for the test-node builds). Doesn't seem related to this change.

@mdonnalley mdonnalley changed the base branch from main to mdonnalley/merge-825 February 9, 2022 16:48
@mdonnalley mdonnalley merged commit 4defe70 into oclif:mdonnalley/merge-825 Feb 9, 2022
@pimterry pimterry deleted the fix-pack-with-spaces branch February 9, 2022 16:49
mdonnalley added a commit that referenced this pull request Feb 9, 2022
Co-authored-by: Tim Perry <pimterry@gmail.com>
gaelmotte pushed a commit to gaelmotte/oclif that referenced this pull request Oct 24, 2022
Co-authored-by: Tim Perry <pimterry@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants