Skip to content

Commit 662902d

Browse files
authored
chore(NODE-3736): fix drivers tools cloning (#3023) (#3024)
1 parent 43300c3 commit 662902d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ functions:
6969
script: >
7070
${PREPARE_SHELL}
7171
72-
git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
72+
git clone --depth 1 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
7373
7474
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >
7575
$MONGO_ORCHESTRATION_HOME/orchestration.config

.evergreen/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ functions:
8787
params:
8888
script: |
8989
${PREPARE_SHELL}
90-
git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
90+
git clone --depth 1 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
9191
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
9292

9393
"bootstrap mongo-orchestration":

0 commit comments

Comments
 (0)