CI: disable NonsolvableDepsInDev keyword
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
02768e509b
commit
027ee63013
@ -23,7 +23,9 @@ 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
|
||||
image: drillster/drone-email
|
||||
|
Reference in New Issue
Block a user