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 470fc2e commit 80fbcb1Copy full SHA for 80fbcb1
.evergreen/.evg.yml
@@ -794,15 +794,7 @@ functions:
794
shell: bash
795
script: |
796
${PREPARE_SHELL}
797
- cd "$MONGO_ORCHESTRATION_HOME"
798
- # source the mongo-orchestration virtualenv if it exists
799
- if [ -f venv/bin/activate ]; then
800
- . venv/bin/activate
801
- elif [ -f venv/Scripts/activate ]; then
802
- . venv/Scripts/activate
803
- fi
804
- mongo-orchestration stop || true
805
- cd -
+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh || true
806
rm -rf $DRIVERS_TOOLS || true
807
808
"fix absolute paths":
0 commit comments