We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f5c40 commit ad43095Copy full SHA for ad43095
1 file changed
.evergreen/.evg.yml
@@ -112,7 +112,7 @@ functions:
112
# If this was a patch build, doing a fresh clone would not actually test the patch
113
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
114
else
115
- git clone 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
116
fi
117
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
118
0 commit comments