-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PYTHON-3942 Use MongoDB managed Azure KMS credentials #1381
Conversation
.evergreen/config.yml
Outdated
@@ -97,7 +97,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 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS | |||
git clone --branch PYTHON-3942 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this change will be reverted once mongodb-labs/drivers-evergreen-tools#354 is merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Relies on mongodb-labs/drivers-evergreen-tools#354