don't put error in state, or we'll fail.

pull/9198/head
Megan Marsh 6 years ago
parent 807a09a770
commit fe472f45ae

@ -63,7 +63,6 @@ func (s *stepCreateImage) Run(ctx context.Context, state multistep.StateBag) mul
}).ExtractErr()
if err != nil {
err := fmt.Errorf("Error setting image metadata: %s", err)
state.Put("error", err)
ui.Error(err.Error())
}
}

Loading…
Cancel
Save