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

[Request] Option to change mount dir when running with --dirty flag #720

Closed
ncs29 opened this issue Apr 16, 2024 · 3 comments · Fixed by #723
Closed

[Request] Option to change mount dir when running with --dirty flag #720

ncs29 opened this issue Apr 16, 2024 · 3 comments · Fixed by #723
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ncs29
Copy link

ncs29 commented Apr 16, 2024

When using Cirrus CLI with Tart (Ventura VM), specifying the --dirty flag mounts the current host working dir to /Volumes/My Shared Files/working-dir. As this path contains spaces, some of the bash scripts that we use fail, as the string args break at the spaces.

It would be great if Cirrus CLI can provide a way to configure the guest dir where the host dir is mounted inside the VM. This way, we can mount it somewhere else (say, /Users/admin/project-dir etc.)

@fkorotkov
Copy link
Contributor

Can probably do something similar to cirruslabs/gitlab-tart-executor#65

@fkorotkov fkorotkov added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Apr 16, 2024
@ncs29 ncs29 changed the title [Request] Option to mount dir when running with --dirty flag [Request] Option to change mount dir when running with --dirty flag Apr 16, 2024
@ncs29
Copy link
Author

ncs29 commented Apr 18, 2024

Great, thanks @edigaryev for the super-quick resolution. Can you pls release a new version so that we can start using this! 👍

@edigaryev
Copy link
Contributor

Great, thanks @edigaryev for the super-quick resolution. Can you pls release a new version so that we can start using this! 👍

Just released the 0.116.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants