Skip to content

Commit 0da658e

Browse files
committed
Evergreen: Fix git clone
JAVA-4386
1 parent 3d00a87 commit 0da658e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/.evg.yml

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

0 commit comments

Comments
 (0)