We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c2f51 commit e12d364Copy full SHA for e12d364
ci/tasks/install-windows-updates/run.sh
@@ -34,9 +34,9 @@ function get_powershell_pid_exit_code() {
34
govc guest.ps \
35
-vm.ipath="${vm_ipath}" \
36
-l="${vm_username}:${vm_password}" \
37
- -p="${powershell_pid}" \
38
-X -json \
39
- | jq '.processInfo[0].exitCode'
+ -p="${powershell_pid}" \
+ | tee >&2 | jq '.processInfo[0].exitCode'
40
}
41
42
function download_remote_file() {
0 commit comments