]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Improve headline in matrix.py
authorTim Duesterhus <tim@bastelstu.be>
Thu, 29 Dec 2022 16:40:24 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Jan 2023 15:28:34 +0000 (16:28 +0100)
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.

.github/matrix.py

index 72e6b1a8524e46d974fb06265b312379a5a36b84..7cd04e88a61079377a9880d26a1717feda3bb464 100755 (executable)
@@ -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()