mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 11:11:45 +00:00
fix checkupdates timeout for some set of APPIDS
This commit is contained in:
parent
36f88a39a2
commit
2fc8c30711
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ checkupdates_runner:
|
|||
script:
|
||||
# Get app IDs in this batch
|
||||
- |
|
||||
metadata_files=(metadata/*.yml)
|
||||
metadata_files=$( ls metadata/*.yml | sort -R )
|
||||
declare -a APPIDS
|
||||
for file in "${metadata_files[@]}"
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue