10
0
openwrt-camera-image/.drone.yml
Madis Mägi 506f089f4d
Some checks failed
continuous-integration/drone Build is failing
Fix indentation
2022-02-08 22:40:22 +02:00

23 lines
380 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: build
image: ubuntu
commands:
- sh "00-deps.sh"
- sh "10-build.sh"
- 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