tweak CI. fix missing secret file.

This commit is contained in:
Akinwale Ariwodola 2020-02-27 13:38:06 +01:00
parent 0e1ce2771b
commit e1e77a771d
5 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@ build apk:
image: ubuntu:18.04 image: ubuntu:18.04
before_script: before_script:
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk nodejs npm software-properties-common wget zipalign - apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk nodejs npm software-properties-common wget zipalign
- chmod u+x $CI_PROJECT_DIR/gradlew
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1) - export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
artifacts: artifacts:
paths: paths:
@ -30,6 +31,7 @@ build apk:
- rm -rf android # temporary, should be a submodule init? - rm -rf android # temporary, should be a submodule init?
- ln -s $CI_PROJECT_DIR android # create symbolic link - ln -s $CI_PROJECT_DIR android # create symbolic link
- cd android - cd android
- chmod u+x ./release.sh
- ./release.sh - ./release.sh
deploy build.lbry.io: deploy build.lbry.io:

Binary file not shown.

View file

@ -1,2 +1,2 @@
lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65 lbry-android.keystore:0d958c531870694624cc877ea98ca1c583485f8ebbb3a5acca58b1930c190d65
app/google-services.json app/google-services.json:2a2804bfa1bc5154e533fd9c40ad3ba29bcf0f0ad361b90900d9e3fe8851611e

Binary file not shown.

Binary file not shown.