mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 01:28:29 -04: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, /' {} \;`
|
||
|---|---|---|
| .. | ||
| post-processor.go | ||
| step_choose_datacenter.go | ||
| step_create_folder.go | ||
| step_mark_as_template.go | ||