-
Notifications
You must be signed in to change notification settings - Fork 146
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
only remount if REPO_FOLDER does not contain any items #2242
only remount if REPO_FOLDER does not contain any items #2242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
|
The issue is that the mounting is run as part of provisioning the VM. I believe it sometimes makes sense to run Another idea is that we could, if already mounted, unmount the folder before mounting it. |
Edit: Sorry, I was mistaken about this, I thought our shell script line had a |
It would change the behaviour. Currently, if one runs I was thinking that it would be useful to continue with the provision script (eg. to make sure all dependencies are up to date, all migrations are run, ...) even if the folder is already mounted. |
4197cff
to
113febf
Compare
This allows users to rerun
vagrant provision
without a failure, if the folder is already mounted