From 56b187c93ba85850a71b021c8a85e1619f42088e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 28 Aug 2023 19:48:41 -0500 Subject: [PATCH] GODRIVER-2958 Use AWS Secrets for Atlas tests --- .evergreen/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index dd1014af6f..56442344ba 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-2958 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS + git clone --branch GODRIVER-2958-2 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS fi echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config - command: shell.exec