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 e027b3f commit 46c2f51Copy full SHA for 46c2f51
ci/tasks/install-windows-updates/run.sh
@@ -99,8 +99,8 @@ while [[ ${updates_remaining} -ne 0 ]]; do
99
100
wait_for_vm_to_come_up
101
102
- updates_remaining=""
103
- while [[ "${updates_remaining}" != "null" ]] ; do
+ updates_remaining="checking-for-update-count"
+ until [[ "${updates_remaining}" =~ ^[0-9]+$ ]] ; do
104
set +e # ignore failures here since the vmware tools agent may be down while updates are being applied
105
updates_remaining=$(get_windows_updates_remaining)
106
set -e
0 commit comments