CI: Run pkgcheck on each package atom.
continuous-integration/drone/push Build was killed Details

--commits didn't work:
<https://drone.tzend.de/tastytea/overlay/585/1/3>.
This commit is contained in:
tastytea 2020-05-07 02:39:01 +02:00
parent 96c36b27dd
commit c359e68c27
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
image: tastytea/pkgcheck
pull: always
commands:
- pkgcheck scan --net --commits
- for catpkg in $(ls -d *-*/*); do pkgcheck scan --net ${catpkg}; done
- name: notify
image: drillster/drone-email