From c5d4eaea687b437b9c50898d2eef5a7b6be64330 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 16 Oct 2023 14:41:36 -0500 Subject: [PATCH] use master branch --- .evergreen/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 00760782ca..1efce03f52 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -163,7 +163,7 @@ functions: # If this was a patch build, doing a fresh clone would not actually test the patch cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS else - git clone --branch GODRIVER-3008 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS + git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS fi echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config - command: shell.exec