forked from tastytea/overlay
CI: disable NonsolvableDepsInDev keyword
This commit is contained in:
parent
02768e509b
commit
027ee63013
|
@ -23,7 +23,9 @@ steps:
|
||||||
path: /drone/guru
|
path: /drone/guru
|
||||||
commands:
|
commands:
|
||||||
- echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf
|
- 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
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
|
Loading…
Reference in New Issue
Block a user