Skip to content

Commit e12d364

Browse files
committed
ci: install-windows-updates - send JSON to STDERR
1 parent 46c2f51 commit e12d364

File tree

1 file changed

+2
-2
lines changed
  • ci/tasks/install-windows-updates

1 file changed

+2
-2
lines changed

ci/tasks/install-windows-updates/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ function get_powershell_pid_exit_code() {
3434
govc guest.ps \
3535
-vm.ipath="${vm_ipath}" \
3636
-l="${vm_username}:${vm_password}" \
37-
-p="${powershell_pid}" \
3837
-X -json \
39-
| jq '.processInfo[0].exitCode'
38+
-p="${powershell_pid}" \
39+
| tee >&2 | jq '.processInfo[0].exitCode'
4040
}
4141

4242
function download_remote_file() {

0 commit comments

Comments
 (0)