Skip to content

Commit 1a3a492

Browse files
authored
DRIVERS-3032 Fix handling of skip_crypt_shared (#590)
1 parent ba11abb commit 1a3a492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/orchestration/drivers_orchestration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def run(opts):
307307

308308
# Handle the cluster uri.
309309
uri = resp.get("mongodb_auth_uri", resp["mongodb_uri"])
310+
expansion_yaml.touch()
310311
expansion_yaml.write_text(expansion_yaml.read_text() + f"\nMONGODB_URI: {uri}")
311312
uri_txt.write_text(uri)
312313
LOGGER.info(f"Cluster URI: {uri}")

0 commit comments

Comments
 (0)