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.
2 parents 06f7f5e + dd88393 commit deadaeaCopy full SHA for deadaea
.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