Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,17 +844,11 @@ functions:
fi
- command: shell.exec
params:
working_dir: mongo-csharp-driver
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
cd -
bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
rm -rf $DRIVERS_TOOLS || true
- command: subprocess.exec
params:
Expand Down
Loading