CI: Add pkgcheck.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2020-05-06 23:15:50 +02:00
parent 2c7405d2a3
commit 25c3821c58
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ steps:
commands:
- repoman full --include-dev --xmlparse
- name: pkgcheck
image: tastytea/repoman
pull: always
commands:
- pkgcheck scan --net
- name: notify
image: drillster/drone-email
pull: always