Actually comitting files

This commit is contained in:
Chris Long
2020-07-26 14:47:09 -07:00
parent d6810717b3
commit cbaa7643d6
3 changed files with 26 additions and 21 deletions

View File

@@ -304,7 +304,7 @@ function vagrant_up_host {
Write-Host "Attempting to bring up the $VagrantHost host using Vagrant" -ForegroundColor green
$CurrentDir = Get-Location
Set-Location "$DL_DIR\Vagrant"
set VAGRANT_LOG=info
Set-Variable VAGRANT_LOG=info
&vagrant.exe @('up', $VagrantHost, '--provider', "$ProviderName") 2>&1 | Out-File -FilePath ".\vagrant_up_$VagrantHost.log"
Set-Location $CurrentDir
Write-Host "[vagrant_up_host] Finished for $VagrantHost. Got exit code: $LASTEXITCODE" -ForegroundColor green