Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid adding to nil map | Brent Baude | 2020-03-03 |
| | | | | | | we need to make the environment map to avoid throwing an error when trying to add an environment value from file. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | consolidate env handling into pkg/env | Valentin Rothberg | 2020-03-03 |
Env-variable related code is scattered across several packages making it hard to maintain and extend. Consolidate the code into a new pkg/env package. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> Signed-off-by: Matthew Heon <matthew.heon@pm.me> |