10
0
openwrt-camera-image/.drone.yml
Madis Mägi 362d0cb258
All checks were successful
continuous-integration/drone Build is passing
Switch to drone
2022-02-08 18:35:09 +02:00

11 lines
137 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: build
image: ubuntu
commands:
- sh "00-deps.sh"
- sh "10-build.sh"