diff options
author | Robin Jarry <robin@jarry.cc> | 2022-12-20 09:53:13 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-20 09:53:53 +0100 |
commit | 060fbb04a436ce4ec0937384e177aa16524332a2 (patch) | |
tree | 3ae99b22391a9c71d8c4f91c3d205518c0bb7a11 /.builds | |
parent | 7e65dd9ae8906a1e61ac544513aa850ae079a77e (diff) | |
download | aerc-060fbb04a436ce4ec0937384e177aa16524332a2.tar.gz |
ci: move check-patches at the end of pipelines
This is less important than reporting actual coding errors.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine-edge.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |