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 cccc434 commit a0b814cCopy full SHA for a0b814c
.evergreen/config.yml
@@ -60,12 +60,9 @@ functions:
60
stop-mongo-orchestration:
61
- command: subprocess.exec
62
params:
63
- working_dir: src
64
binary: bash
65
- include_expansions_in_env:
66
- - MONGO_ORCHESTRATION_HOME
67
args:
68
- - .evergreen/stop-mongo-orchestration.sh
+ - ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
69
70
upload-test-results:
71
- command: attach.xunit_results
.evergreen/stop-mongo-orchestration.sh
0 commit comments