File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
# Install just.
17
17
if [ " ${CI:- } " == " true" ]; then
18
- BIN_DIR=$MONGODB_BINARIES
18
+ BIN_DIR=$DRIVERS_TOOLS_BINARIES
19
19
else
20
20
BIN_DIR=$HOME /.local/bin
21
21
fi
Original file line number Diff line number Diff line change 34
34
35
35
export MONGO_ORCHESTRATION_HOME=" $DRIVERS_TOOLS /.evergreen/orchestration"
36
36
export MONGODB_BINARIES=" $DRIVERS_TOOLS /mongodb/bin"
37
+ export DRIVERS_TOOLS_BINARIES=" $DRIVERS_TOOLS /.bin"
37
38
38
39
cat << EOT > "$SCRIPT_DIR "/env.sh
39
40
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY "
@@ -61,7 +62,7 @@ export skip_ECS_auth_test="${skip_ECS_auth_test:-}"
61
62
export CARGO_HOME="$CARGO_HOME "
62
63
export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
63
64
export HATCH_CONFIG="$HATCH_CONFIG "
64
- export PATH="$MONGODB_BINARIES :$PATH "
65
+ export PATH="$MONGODB_BINARIES :$DRIVERS_TOOLS_BINARIES : $ PATH "
65
66
# shellcheck disable=SC2154
66
67
export PROJECT="${project:- mongo-python-driver} "
67
68
export PIP_QUIET=1
You can’t perform that action at this time.
0 commit comments