make bundle-android.sh as executable

This commit is contained in:
Akinwale Ariwodola 2020-02-27 15:10:57 +01:00
parent 77da2331cf
commit 042c48f1ef

View file

@ -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/