Skip to content

config: don't always attempt to combine our env with the host

Matthew Waters requested to merge ystreet/cerbero:no-merge-env into master

For all the environment variables we set, we only want to use our values. Nothing from the host should be used. Other environment variables should still be passed through though.

Merge request reports