Skip to content

Commit 70bec8e

Browse files
authored
Merge branch 'master' into dependabot/pip/dot-evergreen/ocsp/jinja2-3.1.6
2 parents b98177f + a0d9612 commit 70bec8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/auth_aws/aws_tester.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def handle_creds(creds: dict):
258258
if key in ["USER", "PASS", "SESSION_TOKEN"]:
259259
value = quote_plus(value) # noqa: PLW2901
260260
fid.write(f"export {key}={value}\n")
261-
fid.write(f"export MONGODB_URI={MONGODB_URI}\n")
261+
fid.write(f'export MONGODB_URI="{MONGODB_URI}"\n')
262262

263263

264264
def main():

.evergreen/orchestration/drivers_orchestration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
# Top level files
39-
URI_TXT = Path("uri.txt")
39+
URI_TXT = DRIVERS_TOOLS / "uri.txt"
4040
MO_EXPANSION_SH = Path("mo-expansion.sh")
4141
MO_EXPANSION_YML = Path("mo-expansion.yml")
4242

0 commit comments

Comments
 (0)