From 042c48f1efcab121ac34832634243e95eaafb5a1 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 27 Feb 2020 15:10:57 +0100 Subject: [PATCH] make bundle-android.sh as executable --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f396cc7c..1b9111e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ build apk: - cd ~/ - git clone https://github.com/lbryio/lbry-react-native - cd lbry-react-native + - chmod u+x bundle-android.sh - yarn - rm -rf android # temporary, should be a submodule init? - cp -rf $CI_PROJECT_DIR/ android/