Merge branch 'react-native-submodule' of https://github.com/lbryio/lbry-android into react-native-submodule

This commit is contained in:
Akinwale Ariwodola 2019-07-09 02:20:16 +01:00
commit 73a9e07ac6

View file

@ -8,13 +8,14 @@ build apk:
image: lbry/android-base:latest
before_script:
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
- git submodule sync --recursive
- git submodule update --init --recursive
artifacts:
paths:
- bin/browser-*-release.apk
script:
- export PATH=/usr/bin:$PATH
- echo "$PGP_PRIVATE_KEY" | gpg --batch --import
- git submodule update --init --recursive
- cd app
- npm install
- cd ..