Skip to content

Commit fb7cf94

Browse files
committed
fix env handling
1 parent c274376 commit fb7cf94

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ functions:
4040
- command: subprocess.exec
4141
type: setup
4242
params:
43+
include_expansions_in_env: [DIR]
4344
working_dir: "src"
4445
binary: bash
4546
args: [.evergreen/fetch-repo.sh]
@@ -48,7 +49,7 @@ functions:
4849
- command: subprocess.exec
4950
type: test
5051
params:
51-
add_expansions_to_env: true
52+
include_expansions_in_env: [DIR]
5253
working_dir: "src"
5354
binary: bash
5455
args: [.evergreen/execute-tests.sh]
@@ -58,7 +59,7 @@ functions:
5859
type: setup
5960
retry_on_failure: true
6061
params:
61-
add_expansions_to_env: true
62+
include_expansions_in_env: [DIR]
6263
working_dir: "src"
6364
binary: bash
6465
args:
@@ -68,7 +69,7 @@ functions:
6869
- command: subprocess.exec
6970
type: setup
7071
params:
71-
add_expansions_to_env: true
72+
include_expansions_in_env: [DIR]
7273
working_dir: "src"
7374
binary: bash
7475
args: [.evergreen/setup-remote.sh]

0 commit comments

Comments
 (0)