We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635c796 commit e0bc6a7Copy full SHA for e0bc6a7
.evergreen/scripts/configure-env.sh
@@ -73,6 +73,9 @@ export PIP_QUIET=1
73
EOT
74
75
# 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
+
79
cat <<EOT > ${DRIVERS_TOOLS}/.env
80
SKIP_LEGACY_SHELL=1
81
DRIVERS_TOOLS="$DRIVERS_TOOLS"
.evergreen/scripts/prepare-resources.sh
@@ -5,8 +5,6 @@ HERE=$(dirname ${BASH_SOURCE:-$0})
5
pushd $HERE
6
. env.sh
7
8
-rm -rf $DRIVERS_TOOLS
9
-git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
10
popd
11
12
# Copy PyMongo's test certificates over driver-evergreen-tools'
0 commit comments