packer-cn/helper/multistep
Wilken Rivera 67e2c0b83c
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 #10241
2020-11-12 11:26:54 -05:00
..
LICENSE.md trying to add context to state bag 2018-01-24 17:09:15 -08:00
basic_runner.go Refactor google compute's temporary ssh keygen genertion to use the sshkey package 2020-10-15 16:51:11 +02:00
basic_runner_test.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 2019-04-03 15:55:55 +02:00
debug_runner.go Refactor google compute's temporary ssh keygen genertion to use the sshkey package 2020-10-15 16:51:11 +02:00
debug_runner_test.go [Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method 2019-04-03 15:55:55 +02:00
doc.go trying to add context to state bag 2018-01-24 17:09:15 -08:00
if.go Add nullStep as return for multistep.If (#10247) 2020-11-12 11:26:54 -05:00
multistep.go Add nullStep as return for multistep.If (#10247) 2020-11-12 11:26:54 -05:00
multistep_test.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
statebag.go Add content_library_destination to import VM template to a Content Library (#9551) 2020-07-10 11:01:10 +02:00
statebag_test.go trying to add context to state bag 2018-01-24 17:09:15 -08:00