CI: Disable pkgcheck.
continuous-integration/drone/push Build is passing Details

Doesn't work, don't know why, don't wanna take the time to find out
right now. <https://drone.tzend.de/tastytea/overlay/588/1/3>
This commit is contained in:
tastytea 2020-05-07 02:55:05 +02:00
parent 2bcbebf526
commit 30608b2157
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ steps:
commands:
- repoman full --include-dev --xmlparse
- name: pkgcheck
image: tastytea/pkgcheck
pull: always
commands:
- for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done
# - name: pkgcheck
# image: tastytea/pkgcheck
# pull: always
# commands:
# - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done
- name: notify
image: drillster/drone-email