mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CI: Improve headline in matrix.py
Since 4a04cd35ae (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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue