New build #854
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ build apk:
|
||||||
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
|
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
|
||||||
|
|
||||||
deploy build.lbry.io:
|
deploy build.lbry.io:
|
||||||
image: python:buster
|
image: python:stretch
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- build apk
|
- 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
|
- aws s3 cp bin/$BUILD_APK_FILENAME__64 s3://build.lbry.io/android/push.apk
|
||||||
|
|
||||||
release apk:
|
release apk:
|
||||||
image: python:buster
|
image: python:stretch
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue