Share the folder containing the build script

This commit is contained in:
Robin Dunn
2016-11-30 19:57:40 -08:00
parent 36ca2cf37f
commit 24b8e63aff
5 changed files with 15 additions and 2 deletions

View File

@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
# a place to put the build results.
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
end

View File

@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
# a place to put the build results.
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
end

View File

@@ -18,6 +18,7 @@ Vagrant.configure("2") do |config|
# a place to put the build results.
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
end
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
# config.vbguest.auto_update = false
end

View File

@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
# a place to put the build results.
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
end

View File

@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
# a place to put the build results.
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
# And share a folder with the build script
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
end