File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export CARGO_HOME="$CARGO_HOME"
61
61
export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
62
62
export PATH="$MONGODB_BINARIES :$PATH "
63
63
# shellcheck disable=SC2154
64
- export PROJECT="$project "
64
+ export PROJECT="${ project:- mongo-python-driver} "
65
65
export PIP_QUIET=1
66
66
EOT
67
67
Original file line number Diff line number Diff line change 3
3
set -eu
4
4
5
5
HERE=$( dirname ${BASH_SOURCE:- $0 } )
6
- pushd $( dirname $( dirname $HERE ) )
6
+ pushd " $( dirname " $( dirname $HERE ) " ) "
7
7
echo " Setting up system..."
8
8
bash .evergreen/scripts/configure-env.sh
9
9
source .evergreen/scripts/env.sh
Original file line number Diff line number Diff line change 8
8
target=$1
9
9
10
10
echo " Syncing files to $target ..."
11
+ # shellcheck disable=SC2034
11
12
fswatch -o . | while read f; do rsync -hazv -e ssh --exclude ' .git' --filter=' :- .gitignore' -r . $target :/home/ec2-user/mongo-python-driver; done
12
13
echo " Syncing files to $target ... done."
You can’t perform that action at this time.
0 commit comments