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":