mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
CI: Improve headline in matrix.py
Since 4a04cd35ae89bf6a3bb7620f7a49804de3240ac4 (CI: github: split ssl lib selection based on git branch) the branch, instead of the workflow type is passed. The headline should reflect that.
This commit is contained in:
parent
20391519c3
commit
3c9b6f6394
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -20,7 +20,7 @@ else:
|
||||
print("Usage: {} <ref_name>".format(sys.argv[0]), file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
print("Generating matrix for type '{}'.".format(ref_name))
|
||||
print("Generating matrix for branch '{}'.".format(ref_name))
|
||||
|
||||
def clean_ssl(ssl):
|
||||
return ssl.replace("_VERSION", "").lower()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user