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

Magepack - Fix bundle and generate files permission #12

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

ihor-sviziev
Copy link
Contributor

@ihor-sviziev ihor-sviziev commented Aug 8, 2023

This is follow-up on #6.
Looks like it didn't help because we're getting an error:

~ warden env exec magepack bundle
OCI runtime exec failed: exec failed: unable to start container process: exec: "bundle": executable file not found in $PATH: unknown


~ warden env exec magepack generate
OCI runtime exec failed: exec failed: unable to start container process: exec: "generate": executable file not found in $PATH: unknown

I checked, looks like these files don't have proper permissions, so this PR fixes it.

Fixes wardenenv/warden#596

@ihor-sviziev
Copy link
Contributor Author

@navarr could you pls review?

@navarr navarr merged commit 6a40613 into wardenenv:main Aug 8, 2023
@ihor-sviziev ihor-sviziev deleted the magepack-fix-bundle-generate branch August 8, 2023 14:53
@ihor-sviziev
Copy link
Contributor Author

Just checked - now it works as expected after warden env pull && warden env up

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.

Magepack Shortcuts Do Not Work
3 participants