leetbot/.drone.yml
Andreas Larsen 80850e374a
All checks were successful
continuous-integration/drone Build is passing
add drone ci file
2022-06-08 23:54:25 +02:00

14 lines
171 B
YAML

kind: pipeline
type: kubernetes
name: default
clone:
skip_verify: true
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world