commit daf8932a081e60ccd1de8a8ada35ba3f66221b0d parent 54ae46758bda999cda4798d3e0ef1b0cc15e8005 Author: Darren Clarke <darren@redaranj.com> Date: Wed, 8 Nov 2023 14:31:04 +0100 Make build script executable Diffstat:
| M | mobile/android/.gitlab-ci.yml | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mobile/android/.gitlab-ci.yml b/mobile/android/.gitlab-ci.yml @@ -23,7 +23,8 @@ build_android: stage: build script: - pwd - - ./build.sh + - chmod +x ./mobile/android/build.sh + - ./mobile/android/build.sh artifacts: paths: - ./out/