You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: