From c359e68c275b9f910b0c6621f66a1d2dfe4131d3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 May 2020 02:39:01 +0200 Subject: [PATCH] CI: Run pkgcheck on each package atom. --commits didn't work: . --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fb2a11c..9e8041b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: tastytea/pkgcheck pull: always commands: - - pkgcheck scan --net --commits + - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net ${catpkg}; done - name: notify image: drillster/drone-email