mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-21 17:01:06 -05:00
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.
`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
|
||
|---|---|---|
| .. | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| config.go | ||
| config_test.go | ||
| ssh.go | ||
| step_configure_networking.go | ||
| step_create_instance.go | ||
| step_create_security_group.go | ||
| step_create_template.go | ||
| step_keypair.go | ||
| step_prepare_config.go | ||
| step_shutdown_instance.go | ||