From 30608b21570482c83f4b687febc5a905db1bd6e0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 May 2020 02:55:05 +0200 Subject: [PATCH] CI: Disable pkgcheck. Doesn't work, don't know why, don't wanna take the time to find out right now. --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index aab77db..bf95374 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,11 @@ steps: commands: - repoman full --include-dev --xmlparse -- name: pkgcheck - image: tastytea/pkgcheck - pull: always - commands: - - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done +# - name: pkgcheck +# image: tastytea/pkgcheck +# pull: always +# commands: +# - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done - name: notify image: drillster/drone-email