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:
Daniel Martí 2015-07-30 14:08:28 -07:00
parent f7eae17fae
commit 7f65876811

View file

@ -9,7 +9,4 @@ before_script:
metadata_check: metadata_check:
script: script:
- fdroid readmeta - fdroid readmeta
metadata_lint:
script:
- fdroid lint - fdroid lint