We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef18af commit 4322fdfCopy full SHA for 4322fdf
.evergreen/scripts/run_server.py
@@ -18,6 +18,10 @@ def start_server():
18
)
19
test_name = opts.test_name
20
21
+ # drivers-evergreen-tools expects the version variable to be named MONGODB_VERSION.
22
+ if "VERSION" in os.environ:
23
+ os.environ["MONGODB_VERSION"] = os.environ["VERSION"]
24
+
25
if opts.auth:
26
extra_opts.append("--auth")
27
0 commit comments