cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

Mount directories directly into `$HOME` #65

Closed fkorotkov closed 7 months ago

fkorotkov commented 8 months ago

After introducing of https://github.com/cirruslabs/tart/pull/733 we can use different VirtioFS tags for different directories and precisely mount them into exact locations.

/Volumes/My Shared Files/ default path is error-prone since some tools don't like whitespaces in paths. With this change directories will be directly mounted into $HOME.

Fixes #64