From 88def819ed5f064a168d9b210c5ee41dfcfefa14 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:59:43 -0400 Subject: [PATCH] DOP-4414 testing env vars removing from get-env-vars --- src/commands/src/scripts/local-build/utils/get-env-vars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/src/scripts/local-build/utils/get-env-vars.ts b/src/commands/src/scripts/local-build/utils/get-env-vars.ts index 8c53cd406..d3f253bff 100644 --- a/src/commands/src/scripts/local-build/utils/get-env-vars.ts +++ b/src/commands/src/scripts/local-build/utils/get-env-vars.ts @@ -37,7 +37,7 @@ const workerParamStrings = [ '/flag/monorepo_path', '/atlas/collections/repo', '/atlas/collections/docsets', - '/atlas/collections/projects', + // '/atlas/collections/projects', '/atlas/collections/job/queue', '/atlas/collections/user/entitlements', ] as const;