diff options
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 |