fix CI
This commit is contained in:
parent
1aafa49a5c
commit
a9c3b9ca41
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ deploy build.lbry.io:
|
|||
- apt-get -y update && apt-get -y install openjdk-8-jdk
|
||||
- pip install awscli
|
||||
- chmod u+x $CI_PROJECT_DIR/gradlew
|
||||
- $CI_PROJECT_DIR/gradlew -q printVersionName --console=plain
|
||||
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
|
||||
- export BUILD_APK_FILENAME__32=browser-$BUILD_VERSION-release__arm.apk
|
||||
- export BUILD_APK_FILENAME__64=browser-$BUILD_VERSION-release__arm64.apk
|
||||
|
|
Loading…
Reference in a new issue