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 65d6b31 commit 5cf9b7fCopy full SHA for 5cf9b7f
jobs/hook_vm.yml
@@ -69,7 +69,7 @@
69
when: (not vagrantfile.stat.exists) and (not box_status.stat.exists or (box_status.stat.isreg and clobber_output))
70
71
- name: Extract the virtual machine disk (VMDK) file from the box.
72
- command: tar -xvf {{ output_box }} -C {{ artefact_dir }} ./box-disk1.vmdk
+ command: tar -xzvf {{ output_box }} -C {{ artefact_dir }} ./box-disk1.vmdk
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)
0 commit comments