woodpecker-helm3/internal
Erin Call a21848484b
Initialize run.Configs in the NewSTEP functions [#67]
This fixes the run package's leaky abstraction; other packages no longer
need to know or care that run.Config even exists.

Note that since the various Steps now depend on having a non-nil pointer
to a run.Config, it's unsafe (or at least risky) to initialize them
directly. They should be created with their NewSTEPNAME functions. All
their fields are now private, to reflect this.
2020-01-17 10:55:12 -08:00
..
env Put the Config in a new env package [#67] 2020-01-14 10:32:20 -08:00
helm Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00
run Initialize run.Configs in the NewSTEP functions [#67] 2020-01-17 10:55:12 -08:00