forked from tastytea/overlay
CI: Disable pkgcheck.
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:
parent
2bcbebf526
commit
30608b2157
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user