Unless we run it as 'sh ci/build.sh' in .gitlab-ci.yml recipes and
instead opt into doing 'chmod +x && ci/build.sh' it will cause meson
dist build to fail with a fatal error about having uncommitted changes
in the repo. Therefore, let's just make the script executable, it's the
most straightforward solution.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
ci/build.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 ci/build.sh
diff --git a/ci/build.sh b/ci/build.sh
old mode 100644
new mode 100755
--
2.39.1