Skip to content

Commit

Permalink
GODRIVER-3301 Fix Atlas Data Lake Startup Failure (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Aug 9, 2024
1 parent 834cf5e commit b035acc
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,16 @@ functions:
display_name: "test_suite.tgz"

bootstrap-mongohoused:
- command: shell.exec
- command: subprocess.exec
params:
shell: "bash"
script: |
${PREPARE_SHELL}
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash pull-mongohouse-image.sh
- command: shell.exec
binary: "bash"
args:
- ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
- command: subprocess.exec
params:
shell: "bash"
script: |
${PREPARE_SHELL}
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash run-mongohouse-image.sh
binary: "bash"
args:
- ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh

bootstrap-mongo-orchestration:
- command: shell.exec
Expand Down

0 comments on commit b035acc

Please sign in to comment.