restore /dev/null copy
This commit is contained in:
parent
c98e14f72d
commit
8c000b10a5
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ build apk:
|
||||||
- export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
- export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
||||||
- chmod u+x ./release.sh
|
- chmod u+x ./release.sh
|
||||||
- ./release.sh
|
- ./release.sh
|
||||||
- cp bin/browser-$BUILD_VERSION-release__arm.apk $CI_PROJECT_DIR
|
- cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
|
||||||
- cp bin/browser-$BUILD_VERSION-release__arm64.apk $CI_PROJECT_DIR
|
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
|
||||||
|
|
||||||
deploy build.lbry.io:
|
deploy build.lbry.io:
|
||||||
image: python:stretch
|
image: python:stretch
|
||||||
|
|
Loading…
Reference in a new issue