File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 76
76
77
77
# Write the .env file for drivers-tools.
78
78
rm -rf $DRIVERS_TOOLS
79
- git clone --branch aws-output-file https://github.com/blink1073 /drivers-evergreen-tools.git $DRIVERS_TOOLS
79
+ git clone https://github.com/mongodb-labs /drivers-evergreen-tools.git $DRIVERS_TOOLS
80
80
81
81
cat << EOT > ${DRIVERS_TOOLS} /.env
82
82
SKIP_LEGACY_SHELL=1
Original file line number Diff line number Diff line change 3
3
set -eux
4
4
5
5
HERE=$( dirname ${BASH_SOURCE:- $0 } )
6
- pushd " $( dirname " $( dirname $HERE ) " ) " > /dev/null
6
+ ROOT=$( dirname " $( dirname $HERE ) " )
7
+ pushd $ROOT > /dev/null
7
8
8
9
# Source the env files to pick up common variables.
9
10
if [ -f $HERE /env.sh ]; then
26
27
27
28
# Ensure there is a python venv.
28
29
if [ ! -d $BIN_DIR ]; then
29
- . .evergreen/utils.sh
30
+ . $ROOT / .evergreen/utils.sh
30
31
31
32
if [ -z " ${PYTHON_BINARY:- } " ]; then
32
33
PYTHON_BINARY=$( find_python3)
You can’t perform that action at this time.
0 commit comments