You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"arangodb-branch": f"arangodb/enterprise-preview:{"3.11-nightly"ifversion=="oem"elseversion}-nightly"ifversionin ["3.10", "3.11", "oem"] else"arangodb/enterprise-preview:devel-nightly", # TODO: Any other 3.12.x image we could use?
201
+
"arangodb-branch": f"arangodb/enterprise-preview:{imageVersion}", # TODO: Any other 3.12.x image we could use?
ifargs.workflow!="generate": #generate scheduled etc.
310
-
branch=f"arangodb/enterprise-preview:{"3.11-nightly"ifversion=="oem"elseversion}-nightly"ifversionin ["3.10", "3.11", "oem"] else"arangodb/enterprise-preview:devel-nightly"# TODO: Any other 3.12.x image we could use?
317
+
ifversionin ["3.10", "3.11"]:
318
+
imageVersion=f"{version}-nightly"
319
+
elifversion=="oem":
320
+
imageVersion=findOemVersion()
321
+
else:
322
+
imageVersion="devel-nightly"
323
+
branch=f"arangodb/enterprise-preview:{imageVersion}"# TODO: Any other 3.12.x image we could use?
0 commit comments