We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5269086 commit cc9b758Copy full SHA for cc9b758
.evergreen/config.yml
@@ -330,7 +330,7 @@ functions:
330
params:
331
script: |
332
${PREPARE_SHELL}
333
- MONGODB_VERSION=${VERSION} PROJECT_DIRECTORY=${PROJECT_DIRECTORY} CONFIG=${CONFIG} TOPOLOGY=${TOPOLOGY} sh ${PROJECT_DIRECTORY}/.evergreen/run-orchestration.sh
+ MONGODB_VERSION=${VERSION} PROJECT_DIRECTORY=${PROJECT_DIRECTORY} DRIVER_TOOLS=${DRIVER_TOOLS} CONFIG=${CONFIG} TOPOLOGY=${TOPOLOGY} sh ${PROJECT_DIRECTORY}/.evergreen/run-orchestration.sh
334
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
335
- command: expansions.update
336
0 commit comments