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 5a1ba33 commit 126d21cCopy full SHA for 126d21c
jobs/hook_vm.yml
@@ -73,6 +73,9 @@
73
chdir={{ artefact_dir }}
74
creates={{ artefact_dir }}/box-disk1.vmdk
75
when: not zip_status.stat.exists or (zip_status.stat.isreg and clobber_output)
76
+ register: result
77
+ until: result.rc == 0
78
+ retries: 3
79
80
- name: Convert the virtual machine disk (VMDK) to a virtual hard disk (VHD).
81
command: VBoxManage clonehd --format VHD box-disk1.vmdk {{ output_name }}.vhd
0 commit comments