overlay/.drone.yml
tastytea 30608b2157
All checks were successful
continuous-integration/drone/push Build is passing
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>
2020-05-07 02:55:05 +02:00

29 lines
562 B
YAML

kind: pipeline
name: check
steps:
- name: repoman
image: tastytea/repoman
pull: always
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: notify
image: drillster/drone-email
pull: always
when:
status: [ changed, failure ]
settings:
host: mail.tzend.de
from: drone@tzend.de
username:
from_secret: email_username
password:
from_secret: email_password