Skip to content

Commit b43fd72

Browse files
committed
Automated environment variables documentation generation (CI)
1 parent 4f846a0 commit b43fd72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ENVIRONMENT_VARIABLES.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ This file was generated with the script [appendEnvironmentVariables.sh](./append
77
| Environment Variable Name | Default | Description |
88
| ----------------------------------- | ----------------------------------- | ------------------------------------------------------ |
99
JUPYTER_NOTEBOOK_DIRECTORY | ${SCRIPTS_DIR}/../jupyter | Repository directory containing the Jupyter Notebooks |
10+
CONDA_ENVIRONMENT_FILE | ${JUPYTER_NOTEBOOK_DIRECTORY}/environment.yml | Conda (package manager for Python) environment file path |
1011
CODEGRAPH_CONDA_ENVIRONMENT | codegraph | Name of the conda environment to use for code graph analysis |
12+
PREPARE_CONDA_ENVIRONMENT | true | Wether to prepare then Conda environment if needed (default, "true") or use an already prepared Conda environment ("false") |
1113
REPORTS_SCRIPTS_DIRECTORY | reports | Working directory containing the generated reports |
1214
REPORT_COMPILATIONS_SCRIPTS_DIRECTORY | compilations | Repository directory that contains scripts that execute selected report generation scripts |
1315
SETTINGS_PROFILE_SCRIPTS_DIRECTORY | profiles | Repository directory that contains scripts containing settings |

0 commit comments

Comments
 (0)