We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff7a99 commit 2add678Copy full SHA for 2add678
.evergreen/orchestration/drivers_orchestration.py
@@ -316,7 +316,7 @@ def run(opts):
316
# Handle the cluster uri.
317
uri = resp.get("mongodb_auth_uri", resp["mongodb_uri"])
318
expansion_yaml.touch()
319
- expansion_yaml.write_text(expansion_yaml.read_text() + f"\nMONGODB_URI: {uri}")
+ expansion_yaml.write_text(expansion_yaml.read_text() + f'\nMONGODB_URI: "{uri}"')
320
uri_txt.write_text(uri)
321
LOGGER.info(f"Cluster URI: {uri}")
322
0 commit comments