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 ef4e52a commit 9bb5080Copy full SHA for 9bb5080
.evergreen/prepare-shell.sh
@@ -12,7 +12,7 @@ export DRIVERS_TOOLS
12
13
if [ ! -d "$DRIVERS_TOOLS" ]; then
14
# Only clone driver tools if it does not exist
15
- git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
+ git clone --depth=1 --branch NODE-6636 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
16
fi
17
18
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
0 commit comments