Skip to content

Commit 8a4ace7

Browse files
CSHARP-3949: Github no longer supports "git://" for git clone. (#716)
1 parent 451a127 commit 8a4ace7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ functions:
9595
# If this was a patch build, doing a fresh clone would not actually test the patch
9696
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
9797
else
98-
git clone git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
98+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
9999
fi
100100
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
101101

0 commit comments

Comments
 (0)