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 ef1e087 commit ac27ed0Copy full SHA for ac27ed0
.evergreen/prepare-shell.sh
@@ -32,7 +32,7 @@ export PATH="$MONGODB_BINARIES:$PATH"
32
33
if [ ! -d "$DRIVERS_TOOLS" ]; then
34
# Only clone driver tools if it does not exist
35
- git clone --depth=1 --branch NODE-6636 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
+ git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
36
fi
37
38
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
0 commit comments