File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ export skip_ECS_auth_test="${skip_ECS_auth_test:-}"
75
75
76
76
export CARGO_HOME="$CARGO_HOME "
77
77
export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
78
+ export PYMONGO_BIN_DIR="$PYMONGO_BIN_DIR "
78
79
export UV_TOOL_DIR="$UV_TOOL_DIR "
79
80
export UV_CACHE_DIR="$UV_CACHE_DIR "
80
81
export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES "
Original file line number Diff line number Diff line change 7
7
8
8
target=$1
9
9
user=${target%@* }
10
+ remote_dir=/home/$user /mongo-python-driver
10
11
12
+ echo " Copying files to $target ..."
13
+ rsync -az -e ssh --exclude ' .git' --filter=' :- .gitignore' -r . $target :$remote_dir
14
+ echo " Copying files to $target ... done."
11
15
echo " Syncing files to $target ..."
12
- rsync -haz -e ssh --exclude ' .git' --filter=' :- .gitignore' -r . $target :/home/$user /mongo-python-driver
13
16
# shellcheck disable=SC2034
14
17
fswatch -o . | while read f; do rsync -hazv -e ssh --exclude ' .git' --filter=' :- .gitignore' -r . $target :/home/$user /mongo-python-driver; done
15
18
echo " Syncing files to $target ... done."
You can’t perform that action at this time.
0 commit comments