mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-04-27 00:59:22 -04:00
7 lines
244 B
PowerShell
7 lines
244 B
PowerShell
cd /vagrant
|
|
vagrant plugin install ./vagrant-spec.gem
|
|
|
|
if ( $env:VAGRANT_EXPERIMENTAL -eq "" ) {
|
|
$env:VAGRANT_EXPERIMENTAL="1"
|
|
}
|
|
vagrant vagrant-spec $Env:VAGRANT_SPEC_ARGS /vagrant/test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb
|