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

11 lines
137 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"