builder/googlecompute: enable provisioning

This commit is contained in:
Mitchell Hashimoto 2013-12-13 18:08:43 -08:00
parent 1055f470e6
commit a2cf4cae25
1 changed files with 1 additions and 1 deletions

View File

@ -57,9 +57,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
SSHConfig: sshConfig,
SSHWaitTimeout: 5 * time.Minute,
},
new(common.StepProvision),
}
/*
new(common.StepProvision),
new(stepUpdateGsutil),
new(stepCreateImage),
new(stepUploadImage),