mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
fix app id list incomplete
This commit is contained in:
parent
342ba53e4c
commit
814395e10f
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ checkupdates_runner:
|
|||
script:
|
||||
# Get app IDs in this batch
|
||||
- |
|
||||
declare -a metadata_files
|
||||
metadata_files=$( ls metadata/*.yml | sort -R )
|
||||
declare -a APPIDS
|
||||
for file in "${metadata_files[@]}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue