leetbot/.drone.yml

11 lines
143 B
YAML
Raw Normal View History

2022-06-08 21:05:04 +00:00
kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world