diff --git a/.evergreen/.evg.yml b/.evergreen/.evg.yml index a57f6473b6f..ed22ca27972 100644 --- a/.evergreen/.evg.yml +++ b/.evergreen/.evg.yml @@ -794,15 +794,7 @@ functions: shell: bash script: | ${PREPARE_SHELL} - cd "$MONGO_ORCHESTRATION_HOME" - # source the mongo-orchestration virtualenv if it exists - if [ -f venv/bin/activate ]; then - . venv/bin/activate - elif [ -f venv/Scripts/activate ]; then - . venv/Scripts/activate - fi - mongo-orchestration stop || true - cd - + bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh || true rm -rf $DRIVERS_TOOLS || true "fix absolute paths":