This PR allows the user to load environment variables from env-file. In particular, the environment variables loaded from env-file will overwrite any existing environment variables, since one of the primary use for this feature will be to override the plugin variables (PLUGIN_*) that is injected by drone.
Example: Dynamically set target to testReport_XXXX, where XXXX is the current date and time.
This PR allows the user to load environment variables from
env-file
. In particular, the environment variables loaded fromenv-file
will overwrite any existing environment variables, since one of the primary use for this feature will be to override the plugin variables (PLUGIN_*
) that is injected by drone.Example: Dynamically set
target
totestReport_XXXX
, where XXXX is the current date and time.132