feat: EnvVar allow list is configurable from the UI (#2829)

* feat: EnvVar allow list is configurable from the UI

* variable renaming
This commit is contained in:
Guillaume Bouvignies
2023-12-12 07:04:55 +01:00
committed by GitHub
parent c06a56ab78
commit 350c8e843f
7 changed files with 158 additions and 19 deletions

View File

@@ -835,7 +835,7 @@ pub async fn start_worker(
.await
.to_vec();
let context_envs = build_envs_map(context);
let context_envs = build_envs_map(context).await;
let additional_python_paths = handle_python_deps(
job_dir,
requirements_o,