File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -89,37 +89,33 @@ functions:
89
89
params :
90
90
binary : bash
91
91
working_dir : src
92
+ add_expansions_to_env : true
92
93
args :
93
94
- .evergreen/activate-kms-venv.sh
94
- env :
95
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
96
95
- command : subprocess.exec
97
96
params :
98
97
background : true
99
98
binary : bash
100
99
working_dir : src
100
+ add_expansions_to_env : true
101
101
args :
102
102
- .evergreen/run-kmip-server.sh
103
- env :
104
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
105
103
- command : subprocess.exec
106
104
params :
107
105
background : true
108
106
binary : bash
109
107
working_dir : src
108
+ add_expansions_to_env : true
110
109
args :
111
110
- .evergreen/run-kms-servers.sh
112
- env :
113
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
114
111
- command : subprocess.exec
115
112
params :
116
113
background : true
117
114
working_dir : src
118
115
binary : bash
116
+ add_expansions_to_env : true
119
117
args :
120
118
- .evergreen/run-azure-kms-mock-server.sh
121
- env :
122
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
123
119
124
120
" bootstrap oidc " :
125
121
- command : ec2.assume_role
@@ -199,6 +195,7 @@ functions:
199
195
params :
200
196
working_dir : " src"
201
197
timeout_secs : 300
198
+ add_expansions_to_env : true
202
199
shell : bash
203
200
script : |
204
201
${PREPARE_SHELL}
Original file line number Diff line number Diff line change @@ -63,37 +63,33 @@ functions:
63
63
params :
64
64
binary : bash
65
65
working_dir : src
66
+ add_expansions_to_env : true
66
67
args :
67
68
- .evergreen/activate-kms-venv.sh
68
- env :
69
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
70
69
- command : subprocess.exec
71
70
params :
72
71
background : true
73
72
binary : bash
74
73
working_dir : src
74
+ add_expansions_to_env : true
75
75
args :
76
76
- .evergreen/run-kmip-server.sh
77
- env :
78
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
79
77
- command : subprocess.exec
80
78
params :
81
79
background : true
82
80
binary : bash
83
81
working_dir : src
82
+ add_expansions_to_env : true
84
83
args :
85
84
- .evergreen/run-kms-servers.sh
86
- env :
87
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
88
85
- command : subprocess.exec
89
86
params :
90
87
background : true
91
88
working_dir : src
92
89
binary : bash
90
+ add_expansions_to_env : true
93
91
args :
94
92
- .evergreen/run-azure-kms-mock-server.sh
95
- env :
96
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
97
93
bootstrap oidc :
98
94
- command : ec2.assume_role
99
95
params :
@@ -169,6 +165,7 @@ functions:
169
165
params :
170
166
working_dir : src
171
167
timeout_secs : 300
168
+ add_expansions_to_env : true
172
169
shell : bash
173
170
script : |
174
171
${PREPARE_SHELL}
You can’t perform that action at this time.
0 commit comments