Skip to content

Commit

Permalink
Add MongoDB binaries to PATH not MONGO_ORCHESTRATION_HOME (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 25, 2024
1 parent b26f427 commit ab58072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/handle-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set -a

MONGODB_BINARIES=${MONGODB_BINARIES:-${DRIVERS_TOOLS}/mongodb/bin}
MONGO_ORCHESTRATION_HOME=${MONGO_ORCHESTRATION_HOME:-${DRIVERS_TOOLS}/.evergreen/orchestration}
PATH="${MONGO_ORCHESTRATION_HOME}:$PATH"
PATH="${MONGODB_BINARIES}:$PATH"

# Add the local .bin dir to the path.
case "$PATH" in
Expand Down

0 comments on commit ab58072

Please sign in to comment.