hyperfk8s/.drone.yml

13 lines
163 B
YAML
Executable File

kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
event:
- push