From 7f65876811a1e6c0a60a0e4aec9eb48e0f7fcac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 30 Jul 2015 14:08:28 -0700 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c710d5a351..391087ac75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,4 @@ before_script: metadata_check: script: - fdroid readmeta - -metadata_lint: - script: - fdroid lint