SetLifecycle sets the lifecycle of the builder
(lifecycle Lifecycle)
| 392 | |
| 393 | // SetLifecycle sets the lifecycle of the builder |
| 394 | func (b *Builder) SetLifecycle(lifecycle Lifecycle) { |
| 395 | b.lifecycle = lifecycle |
| 396 | b.lifecycleDescriptor = lifecycle.Descriptor() |
| 397 | } |
| 398 | |
| 399 | // SetEnv sets an environment variable to a value |
| 400 | func (b *Builder) SetEnv(env map[string]string) { |