]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Make matrix.py executable and add shebang
authorTim Duesterhus <tim@bastelstu.be>
Tue, 8 Jun 2021 13:14:35 +0000 (15:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Jun 2021 19:30:36 +0000 (21:30 +0200)
It's a script, allow executing this as a script without needing to invoke
`python3` manually.

.github/matrix.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4735248..cfef53c
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # Copyright 2019 Ilya Shipitsin <chipitsine@gmail.com>
 # Copyright 2020 Tim Duesterhus <tim@bastelstu.be>
 #