10
0
openwrt-camera-image/.drone.yml

23 lines
402 B
YAML
Raw Normal View History

2022-02-08 16:35:09 +00:00
kind: pipeline
type: kubernetes
name: default
steps:
- name: build
image: ubuntu
commands:
- sh "00-deps.sh"
- sh "10-build.sh"
2022-02-08 20:38:00 +00:00
- name: deliver
image: drillster/drone-email
host: mail.k-space.ee
username: jenkins
password:
from_secret: email_password
from: drone@k-space.ee
subject: Openwrt image
attachment: bin/*.bin
when:
status:
- success