CI: Run pkgcheck on each package atom.
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
--commits didn't work: <https://drone.tzend.de/tastytea/overlay/585/1/3>.
This commit is contained in:
parent
96c36b27dd
commit
c359e68c27
|
@ -12,7 +12,7 @@ steps:
|
||||||
image: tastytea/pkgcheck
|
image: tastytea/pkgcheck
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- pkgcheck scan --net --commits
|
- for catpkg in $(ls -d *-*/*); do pkgcheck scan --net ${catpkg}; done
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
|
Reference in New Issue
Block a user