Merge pull request #57 from makunterry/CP-18791

CP-18791: Make appliance-specs building stable
This commit is contained in:
Rob Dobson 2016-10-11 17:00:03 +01:00 committed by GitHub
commit ee5af0d185

View File

@ -308,6 +308,9 @@ func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (pa
&xscommon.StepDetachVdi{
VdiUuidKey: "iso_vdi_uuid",
},
&xscommon.StepDetachVdi{
VdiUuidKey: "isoname_vdi_uuid",
},
&xscommon.StepDetachVdi{
VdiUuidKey: "tools_vdi_uuid",
},