diff --git a/scripts/windows/ci/install.ps1 b/scripts/windows/ci/install.ps1 index 3624e4c11d..609381dea5 100644 --- a/scripts/windows/ci/install.ps1 +++ b/scripts/windows/ci/install.ps1 @@ -15,9 +15,9 @@ Write-Host "Updating submodules recursively..." -ForegroundColor Magenta # Appveyor suggests -q flag for 'git submodule...' https://goo.gl/4TFAHm & git.exe -C "$dirCheckout" submodule -q update --init --recursive -If ($LASTEXITCODE -ne 0) { - throw "Updating submodules failed." -} +# If ($LASTEXITCODE -ne 0) { +# throw "Updating submodules failed." +# } # The `meteor npm install` subcommand should work & "$meteorBat" npm install