Skip to content

Commit 80fbcb1

Browse files
authored
Evergreen: Update to use stop-orchestration.sh (#1621)
JAVA-5778
1 parent 470fc2e commit 80fbcb1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.evergreen/.evg.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -794,15 +794,7 @@ functions:
794794
shell: bash
795795
script: |
796796
${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 -
797+
bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh || true
806798
rm -rf $DRIVERS_TOOLS || true
807799
808800
"fix absolute paths":

0 commit comments

Comments
 (0)