Skip to content

Commit 9b980c4

Browse files
authored
chore(NODE-3736): fix drivers tools cloning (#3025)
1 parent b42e8b3 commit 9b980c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ functions:
6767
script: >
6868
${PREPARE_SHELL}
6969
70-
git clone git://github.com./mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
70+
git clone https://github.com./mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
7171
7272
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >
7373
$MONGO_ORCHESTRATION_HOME/orchestration.config

.evergreen/config.yml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ functions:
8585
params:
8686
script: |
8787
${PREPARE_SHELL}
88-
git clone git://github.com./mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
88+
git clone https://github.com./mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
8989
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
9090

9191
"bootstrap mongo-orchestration":

0 commit comments

Comments
 (0)