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 feccdaa commit 37996bbCopy full SHA for 37996bb
.evergreen/config.yml
@@ -92,7 +92,7 @@ functions:
92
# If this was a patch build, doing a fresh clone would not actually test the patch
93
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
94
else
95
- git clone git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
+ git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
96
fi
97
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
98
0 commit comments