From 662902d5ad8bf91086b2a6b0d0ab3e1cba769cc1 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 2 Nov 2021 17:09:35 +0100 Subject: [PATCH] chore(NODE-3736): fix drivers tools cloning (#3023) (#3024) --- .evergreen/config.yml | 2 +- .evergreen/config.yml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 4d4cbaf7be7..179b4174044 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -69,7 +69,7 @@ functions: script: > ${PREPARE_SHELL} - git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS + git clone --depth 1 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config diff --git a/.evergreen/config.yml.in b/.evergreen/config.yml.in index 181afba5a8e..4932d90de77 100644 --- a/.evergreen/config.yml.in +++ b/.evergreen/config.yml.in @@ -87,7 +87,7 @@ functions: params: script: | ${PREPARE_SHELL} - git clone --depth 1 git://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS + git clone --depth 1 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config "bootstrap mongo-orchestration":