builder/vmware: Add the run step
This commit is contained in:
parent
9c27f5857b
commit
8055e396a0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue