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 4236cf6 commit 0cc08d3Copy full SHA for 0cc08d3
evergreen/evergreen.yml
@@ -844,17 +844,11 @@ functions:
844
fi
845
- command: shell.exec
846
params:
847
+ working_dir: mongo-csharp-driver
848
+ shell: "bash"
849
script: |
850
${PREPARE_SHELL}
- cd "$MONGO_ORCHESTRATION_HOME"
- # source the mongo-orchestration virtualenv if it exists
851
- if [ -f venv/bin/activate ]; then
852
- . venv/bin/activate
853
- elif [ -f venv/Scripts/activate ]; then
854
- . venv/Scripts/activate
855
- fi
856
- mongo-orchestration stop
857
- cd -
+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
858
rm -rf $DRIVERS_TOOLS || true
859
- command: subprocess.exec
860
0 commit comments