Skip to content

Commit fd4bc37

Browse files
committed
fixups
1 parent 58595ca commit fd4bc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ functions:
316316
- command: subprocess.exec
317317
type: test
318318
params:
319-
shell: "bash"
319+
binary: "bash"
320320
env:
321321
GO_BUILD_TAGS: "cse"
322322
include_expansions_in_env: ["AUTH", "SSL", "MONGODB_URI", "TOPOLOGY",
@@ -471,7 +471,7 @@ functions:
471471
- command: subprocess.exec
472472
params:
473473
binary: "bash"
474-
include_expansions_in_env: ["MONGODB-AWS"]
474+
include_expansions_in_env: ["MONGODB-AWS", "MONGODB_URI"]
475475
args: ["${DRIVERS_TOOLS}/.evergreen/run-load-balancer.sh", start]
476476
- command: expansions.update
477477
params:
@@ -1600,7 +1600,7 @@ tasks:
16001600
- command: subprocess.exec
16011601
type: test
16021602
params:
1603-
shell: "bash"
1603+
binary: "bash"
16041604
env:
16051605
EXPECT_ERROR: 'status=400'
16061606
args: ["${RUN_TASK}", test-awskms]

0 commit comments

Comments
 (0)