Browse Source

ci(vagrant): use `linked_clone` at all times (inc. CI) [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/441
tags/v1.11.0
Imran Iqbal 2 years ago
parent
commit
18a6230856
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kitchen.vagrant.yml

+ 1
- 1
kitchen.vagrant.yml View File

@@ -9,8 +9,8 @@ driver:
gui: false
ssh:
shell: /bin/sh
<% unless ENV['CI'] %>
linked_clone: true
<% unless ENV['CI'] %>
synced_folders:
- - '.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
- '/vagrant'

Loading…
Cancel
Save