check gradlew output
This commit is contained in:
parent
deba89e823
commit
919d7ac65b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ deploy build.lbry.io:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install awscli
|
- pip install awscli
|
||||||
- chmod u+x $CI_PROJECT_DIR/gradlew
|
- 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_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
|
||||||
- echo "BuildVersion=$BUILD_VERSION"
|
- echo "BuildVersion=$BUILD_VERSION"
|
||||||
- export BUILD_APK_FILENAME__32=browser-$BUILD_VERSION-release__arm.apk
|
- export BUILD_APK_FILENAME__32=browser-$BUILD_VERSION-release__arm.apk
|
||||||
|
|
Loading…
Reference in a new issue