Merge branch 'react-native-submodule' of https://github.com/lbryio/lbry-android into react-native-submodule
This commit is contained in:
commit
73a9e07ac6
1 changed files with 2 additions and 1 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue