mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
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 #10241