From ede5ed3ec97b7192a9a4d885987389e1e299ba7c Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Sep 2022 21:21:09 +0200 Subject: [PATCH] fix CI YAML --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2411f2c..b822f5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,8 +23,8 @@ steps: path: /drone/guru commands: - echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf - - pkgcheck --verbose scan --net \ - --checks='-ImlateCheck,-RedundantVersionCheck' \ + - pkgcheck --verbose scan --net + --checks='-ImlateCheck,-RedundantVersionCheck' --keywords='-NonsolvableDepsInDev' - name: notify