mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Join readmeta and lint into the same task/job
This way, the preparing commands are only run once. Also, if readmeta fails, lint will fail with the same message. So having the two messages thrown in parallel is of little use.
This commit is contained in:
parent
f7eae17fae
commit
7f65876811
1 changed files with 0 additions and 3 deletions
|
|
@ -9,7 +9,4 @@ before_script:
|
|||
metadata_check:
|
||||
script:
|
||||
- fdroid readmeta
|
||||
|
||||
metadata_lint:
|
||||
script:
|
||||
- fdroid lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue