From 519c09ad14143ce3597af2b584a80642e0530083 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Sep 2022 19:39:41 +0200 Subject: [PATCH] CI: disable ImlateCheck and RedundantVersionCheck --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1fb5e7e..a2056e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: path: /drone/guru commands: - echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf - - pkgcheck --verbose scan --net + - pkgcheck --verbose scan --net --checks='-ImlateCheck,-RedundantVersionCheck' - name: notify image: drillster/drone-email