File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -227,22 +227,16 @@ functions:
227227 display_name : " test_suite.tgz"
228228
229229 bootstrap-mongohoused :
230- - command : shell .exec
230+ - command : subprocess .exec
231231 params :
232- shell : " bash"
233- script : |
234- ${PREPARE_SHELL}
235-
236- cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
237- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash pull-mongohouse-image.sh
238- - command : shell.exec
232+ binary : " bash"
233+ args :
234+ - ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
235+ - command : subprocess.exec
239236 params :
240- shell : " bash"
241- script : |
242- ${PREPARE_SHELL}
243-
244- cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
245- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash run-mongohouse-image.sh
237+ binary : " bash"
238+ args :
239+ - ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
246240
247241 bootstrap-mongo-orchestration :
248242 - command : shell.exec
You can’t perform that action at this time.
0 commit comments