mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CI: Make matrix.py executable and add shebang
It's a script, allow executing this as a script without needing to invoke `python3` manually.
This commit is contained in:
parent
846830e47d
commit
871ef2ffbc
1 changed files with 2 additions and 0 deletions
2
.github/matrix.py
vendored
Normal file → Executable file
2
.github/matrix.py
vendored
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
# Copyright 2019 Ilya Shipitsin <chipitsine@gmail.com>
|
||||
# Copyright 2020 Tim Duesterhus <tim@bastelstu.be>
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue