Commit 2674bdc9 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/amazon/instance: after upload x509, should continue

parent 39b3b18d
......@@ -28,7 +28,7 @@ func (s *StepUploadX509Cert) Run(state map[string]interface{}) multistep.StepAct
return multistep.ActionHalt
}
return multistep.ActionHalt
return multistep.ActionContinue
}
func (s *StepUploadX509Cert) Cleanup(map[string]interface{}) {}
......
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