File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ functions:
40
40
- command : subprocess.exec
41
41
type : setup
42
42
params :
43
+ include_expansions_in_env : [DIR]
43
44
working_dir : " src"
44
45
binary : bash
45
46
args : [.evergreen/fetch-repo.sh]
@@ -48,7 +49,7 @@ functions:
48
49
- command : subprocess.exec
49
50
type : test
50
51
params :
51
- add_expansions_to_env : true
52
+ include_expansions_in_env : [DIR]
52
53
working_dir : " src"
53
54
binary : bash
54
55
args : [.evergreen/execute-tests.sh]
@@ -58,7 +59,7 @@ functions:
58
59
type : setup
59
60
retry_on_failure : true
60
61
params :
61
- add_expansions_to_env : true
62
+ include_expansions_in_env : [DIR]
62
63
working_dir : " src"
63
64
binary : bash
64
65
args :
@@ -68,7 +69,7 @@ functions:
68
69
- command : subprocess.exec
69
70
type : setup
70
71
params :
71
- add_expansions_to_env : true
72
+ include_expansions_in_env : [DIR]
72
73
working_dir : " src"
73
74
binary : bash
74
75
args : [.evergreen/setup-remote.sh]
You can’t perform that action at this time.
0 commit comments