tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

enhance configuration of environment variables #51

Closed tomeichlersmith closed 9 months ago

tomeichlersmith commented 9 months ago

Explicitly deduce and store a set of environment variables to be put into the container which can then be passed to various runners after being converted to a list of arguments (like denv_mounts).

The new logic is mainly in how the list of environment variables is deduced and that is the part that needs the most scrutiny.