Is there a way to configure a default for an envir...
# general
h
Is there a way to configure a default for an environment variable if it's not configured in the main process?
f
in what context? tests? docker builds?
h
Trying to tag docker images by things that would normally only be set in our CI system.
I have a way around it at the moment, but I couldn't find anything pants-native for what I was trying to do in a quick search.
e