File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ DRIVERS_TOOLS="$(dirname $PROJECT_DIRECTORY)/drivers-tools"
16
16
CARGO_HOME=${CARGO_HOME:- ${DRIVERS_TOOLS} / .cargo}
17
17
UV_TOOL_DIR=$PROJECT_DIRECTORY /.local/uv/tools
18
18
UV_CACHE_DIR=$PROJECT_DIRECTORY /.local/uv/cache
19
- DRIVERS_TOOLS_BINARIES=" $DRIVERS_TOOLS /.bin"
20
- MONGODB_BINARIES=" $DRIVERS_TOOLS /mongodb/bin"
21
19
22
20
# On Evergreen jobs, "CI" will be set, and we don't want to write to $HOME.
23
21
if [ " ${CI:- } " == " true" ]; then
@@ -47,6 +45,8 @@ if [ -f "$SCRIPT_DIR/env.sh" ]; then
47
45
fi
48
46
49
47
MONGO_ORCHESTRATION_HOME=" $DRIVERS_TOOLS /.evergreen/orchestration"
48
+ DRIVERS_TOOLS_BINARIES=" $DRIVERS_TOOLS /.bin"
49
+ MONGODB_BINARIES=" $DRIVERS_TOOLS /mongodb/bin"
50
50
PATH=" $MONGODB_BINARIES :$DRIVERS_TOOLS_BINARIES :$PYMONGO_BIN_DIR :$PATH "
51
51
52
52
cat << EOT > "$SCRIPT_DIR "/env.sh
You can’t perform that action at this time.
0 commit comments