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 5c463f9 commit c1b1e75Copy full SHA for c1b1e75
.evergreen/prepare-shell.sh
@@ -11,7 +11,7 @@ export DRIVERS_TOOLS
11
12
if [ ! -d "$DRIVERS_TOOLS" ]; then
13
# Only clone driver tools if it does not exist
14
- 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}"
15
fi
16
17
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
0 commit comments