diff --git a/.drone.yml b/.drone.yml index 2971c1dc5..07634b30d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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