projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846830e
)
CI: Make matrix.py executable and add shebang
author
Tim Duesterhus
<tim@bastelstu.be>
Tue, 8 Jun 2021 13:14:35 +0000
(15:14 +0200)
committer
Willy 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]
patch
|
blob
|
history
diff --git
a/.github/matrix.py
b/.github/matrix.py
old mode 100644
(file)
new mode 100755
(executable)
index
4735248
..
cfef53c
--- a/
.github/matrix.py
+++ b/
.github/matrix.py
@@
-1,3
+1,5
@@
+#!/usr/bin/python3
+
# Copyright 2019 Ilya Shipitsin <chipitsine@gmail.com>
# Copyright 2020 Tim Duesterhus <tim@bastelstu.be>
#