Skip to content

Commit

Permalink
GODRIVER-2958 Use AWS Secrets for Atlas tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 29, 2023
1 parent c576e85 commit 56b187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b187c

Please sign in to comment.