Skip to content

Commit 45bc088

Browse files
authored
GODRIVER-2215 Use git clone https:// instead of git:// (#790)
1 parent 6597bd7 commit 45bc088

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
@@ -125,7 +125,7 @@ functions:
125125
# If this was a patch build, doing a fresh clone would not actually test the patch
126126
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
127127
else
128-
git clone git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
128+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
129129
fi
130130
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
131131
- command: shell.exec

0 commit comments

Comments
 (0)