Skip to content

Commit 707452b

Browse files
committed
Remove LOAD_BALANCER from system setup env
1 parent 13c6e83 commit 707452b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ functions:
228228
- command: subprocess.exec
229229
params:
230230
binary: bash
231-
include_expansions_in_env: ["VERSION", "TOPOLOGY", "ORCHESTRATION_FILE"]
231+
include_expansions_in_env: ["VERSION", "TOPOLOGY", "ORCHESTRATION_FILE", "LOAD_BALANCER"]
232232
args:
233233
- src/.evergreen/scripts/run-with-env.sh
234234
- src/.evergreen/scripts/bootstrap-mongo-orchestration.sh

.evergreen/scripts/configure-env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export SKIP_HATCH="${SKIP_HATCH:-}"
5555
export skip_crypt_shared="${skip_crypt_shared:-}"
5656
export STORAGE_ENGINE="${STORAGE_ENGINE:-}"
5757
export REQUIRE_API_VERSION="${REQUIRE_API_VERSION:-}"
58-
export LOAD_BALANCER="${LOAD_BALANCER:-}"
5958
6059
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
6160
export PATH="$MONGODB_BINARIES:$PATH"

0 commit comments

Comments
 (0)