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