mirror of https://github.com/hashicorp/packer
Add nullStep as return for multistep.If (#10247)
This change introduces a new nullStep type that can be used in place of a nil step. This fixes an issue where multistep.If would return a nil step if the condition was not met causing a builder to crash when executed using `-on-error=ask` or `-on-error=abort`. Closes #10241pull/10259/head
parent
f44e912072
commit
67e2c0b83c
Loading…
Reference in new issue