Skip to content

Commit 419891d

Browse files
committed
PHPC-1995: Use https:// instead of git:// for git clone
1 parent 16fb5cf commit 419891d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ functions:
133133
# If this was a patch build, doing a fresh clone would not actually test the patch
134134
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
135135
else
136-
git clone git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
136+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
137137
fi
138138
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
139139

0 commit comments

Comments
 (0)