New build #854

Merged
akinwale merged 33 commits from new-build into master 2020-02-27 19:20:06 +01:00
Showing only changes of commit 1aafa49a5c - Show all commits

View file

@ -46,7 +46,7 @@ build apk:
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
deploy build.lbry.io:
image: python:buster
image: python:stretch
stage: deploy
dependencies:
- build apk
@ -64,7 +64,7 @@ deploy build.lbry.io:
- aws s3 cp bin/$BUILD_APK_FILENAME__64 s3://build.lbry.io/android/push.apk
release apk:
image: python:buster
image: python:stretch
stage: release
only:
- tags