From: Tim Duesterhus Date: Tue, 8 Jun 2021 13:14:35 +0000 (+0200) Subject: CI: Make matrix.py executable and add shebang X-Git-Tag: v2.5-dev1~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=871ef2ffbce6b8488d330127551ef90ae38e4a30;p=thirdparty%2Fhaproxy.git CI: Make matrix.py executable and add shebang It's a script, allow executing this as a script without needing to invoke `python3` manually. --- diff --git a/.github/matrix.py b/.github/matrix.py old mode 100644 new mode 100755 index 4735248489..cfef53c9e1 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + # Copyright 2019 Ilya Shipitsin # Copyright 2020 Tim Duesterhus #