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
Using shell scripts means writing multiple files per OS, and you also have to run the shell script before running your program. Running the wrong shell script could lead to incorrect execution.
These env files will be written in YAML.
The env files can reference environment variables using the $ENV_VAR or ${ENV_VAR} syntax.
The text was updated successfully, but these errors were encountered:
jfilby
changed the title
Nexus apps should environment files instead of OS vars set by shell scripts
Nexus apps should env files instead of OS vars set by shell scripts
Jul 31, 2022
Using shell scripts means writing multiple files per OS, and you also have to run the shell script before running your program. Running the wrong shell script could lead to incorrect execution.
These env files will be written in YAML.
The env files can reference environment variables using the
$ENV_VAR
or${ENV_VAR}
syntax.The text was updated successfully, but these errors were encountered: