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 c5d6a36 commit dd88393Copy full SHA for dd88393
.build/run-ci
@@ -77,7 +77,7 @@ def determine_job_name(cassandra_dir: Path) -> str:
77
version = line.split('value="')[1].split('"')[0]
78
if version.startswith("5.0."):
79
return "cassandra-5.0"
80
- return "trunk"
+ return "cassandra"
81
82
def get_current_branch() -> str:
83
"""Returns the current branch."""
0 commit comments