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 451a127 commit 8a4ace7Copy full SHA for 8a4ace7
evergreen/evergreen.yml
@@ -95,7 +95,7 @@ functions:
95
# If this was a patch build, doing a fresh clone would not actually test the patch
96
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
97
else
98
- 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
99
fi
100
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
101
0 commit comments