Commit 8055e396 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: Add the run step

parent 9c27f585
...@@ -49,6 +49,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook) packer.Artifact { ...@@ -49,6 +49,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook) packer.Artifact {
&stepCreateDisk{}, &stepCreateDisk{},
&stepCreateVMX{}, &stepCreateVMX{},
&stepHTTPServer{}, &stepHTTPServer{},
&stepRun{},
} }
// Setup the state bag // Setup the state bag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment