Skip to content

Commit b035acc

Browse files
authored
GODRIVER-3301 Fix Atlas Data Lake Startup Failure (#1746)
1 parent 834cf5e commit b035acc

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.evergreen/config.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)