From 060fbb04a436ce4ec0937384e177aa16524332a2 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 20 Dec 2022 09:53:13 +0100 Subject: ci: move check-patches at the end of pipelines This is less important than reporting actual coding errors. Signed-off-by: Robin Jarry Acked-by: Moritz Poldrack --- .builds/alpine-edge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.builds') diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index e77062a4..0d795595 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -11,9 +11,6 @@ environment: DESTDIR: ./out GOFLAGS: "-tags=notmuch" tasks: - - check-patches: | - cd aerc - make check-patches - lint: | cd aerc make lint @@ -33,3 +30,6 @@ tasks: cd aerc make clean make + - check-patches: | + cd aerc + make check-patches -- cgit