Workflow question

CrazYmonkeY159

Expert Member
Joined
Sep 13, 2007
Messages
2,142
Reaction score
0
Location
CPT/PE
I have a workflow related question. I'm running two separate Linux based guest VMs on my machine (let's call them VM A and VM B from now on) I develop and run tests and simulations on VM A but I also want to run the same tests on VM B (all the code that VM A and VM B use are identical)

Now I guess I could develop on VM A, push my changes to github, and then pull the changes from github on VM B then run the code on both VMs.

I was hoping that maybe I could find a more quick solution to this problem or is this the only way that I can/should do it? I'm trying to speed up my workflow.
 
Create a common location on your host machine and mount it on both.

mount -t cifs //host/blah /mnt/common
 
Top
Sign up to the MyBroadband newsletter
X