Skip to content

Commit e0bc6a7

Browse files
committed
fix handling of drivers-tools
1 parent 635c796 commit e0bc6a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export PIP_QUIET=1
7373
EOT
7474

7575
# Write the .env file for drivers-tools.
76+
rm -rf $DRIVERS_TOOLS
77+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
78+
7679
cat <<EOT > ${DRIVERS_TOOLS}/.env
7780
SKIP_LEGACY_SHELL=1
7881
DRIVERS_TOOLS="$DRIVERS_TOOLS"

.evergreen/scripts/prepare-resources.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
55
pushd $HERE
66
. env.sh
77

8-
rm -rf $DRIVERS_TOOLS
9-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
108
popd
119

1210
# Copy PyMongo's test certificates over driver-evergreen-tools'

0 commit comments

Comments
 (0)