mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
CI: check apk: exit if no apk is built
This commit is contained in:
parent
476456a0b1
commit
56de3f735a
1 changed files with 1 additions and 0 deletions
|
|
@ -416,6 +416,7 @@ check apk:
|
|||
variables:
|
||||
ANDROID_HOME: /opt/android-sdk
|
||||
before_script:
|
||||
- ls tmp/*.apk 2> /dev/null || exit 0
|
||||
- apt-get update
|
||||
- apt-get install -qy --no-install-recommends fdroidserver curl
|
||||
- export fdroidserver=$PWD/fdroidserver
|
||||
|
|
|
|||
Loading…
Reference in a new issue