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 643a875 commit f1ec002Copy full SHA for f1ec002
.evergreen/prepare-shell.sh
@@ -31,7 +31,10 @@ export PATH="$MONGODB_BINARIES:$PATH"
31
32
if [ ! -d "$DRIVERS_TOOLS" ]; then
33
# Only clone driver tools if it does not exist
34
- git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
+ git clone --depth=5 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
35
+ cd "${DRIVERS_TOOLS}"
36
+ git checkout 8e4f0db5de39305595274cb0a5f2ae196eb1bf94
37
+ cd -
38
fi
39
40
echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)"
0 commit comments