Is there a way to pass an env var from the local environment downstream to a process in pants? Even using EnvironmentVars and EnvironmentVarsRequest I can't get it pulled in. Do I need to set something somewhere to get to pull it in?
ripe-gigabyte-88964
01/19/2024, 5:39 PM
Okay so my issue is that this was executing in a docker environment so now I just need to figure out how to propagate env vars from a local env to docker...