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
|
@ -9,7 +9,4 @@ before_script:
|
||||||
metadata_check:
|
metadata_check:
|
||||||
script:
|
script:
|
||||||
- fdroid readmeta
|
- fdroid readmeta
|
||||||
|
|
||||||
metadata_lint:
|
|
||||||
script:
|
|
||||||
- fdroid lint
|
- fdroid lint
|
||||||
|
|
Loading…
Reference in a new issue