Skip to content

Commit 37996bb

Browse files
committed
PHPLIB-758: Use https:// instead of git:// for git clone
1 parent feccdaa commit 37996bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

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

0 commit comments

Comments
 (0)