leetbot/.drone.yml

14 lines
171 B
YAML
Raw Normal View History

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