mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
fix appid list incomplete
This commit is contained in:
parent
7703ffcf5a
commit
9539d11a62
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ checkupdates_runner:
|
|||
script:
|
||||
# Get app IDs in this batch
|
||||
- |
|
||||
metadata_files=($( ls metadata/*.yml))
|
||||
metadata_files=$( ls metadata/*.yml | sort -R )
|
||||
declare -a APPIDS
|
||||
for file in ${metadata_files}
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue