Skip to content

Commit cc9b758

Browse files
committed
Include DRIVER_TOOLS env var, so we can use original files without having to duplicate them
1 parent 5269086 commit cc9b758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ functions:
330330
params:
331331
script: |
332332
${PREPARE_SHELL}
333-
MONGODB_VERSION=${VERSION} PROJECT_DIRECTORY=${PROJECT_DIRECTORY} CONFIG=${CONFIG} TOPOLOGY=${TOPOLOGY} sh ${PROJECT_DIRECTORY}/.evergreen/run-orchestration.sh
333+
MONGODB_VERSION=${VERSION} PROJECT_DIRECTORY=${PROJECT_DIRECTORY} DRIVER_TOOLS=${DRIVER_TOOLS} CONFIG=${CONFIG} TOPOLOGY=${TOPOLOGY} sh ${PROJECT_DIRECTORY}/.evergreen/run-orchestration.sh
334334
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
335335
- command: expansions.update
336336
params:

0 commit comments

Comments
 (0)