Files
caperren-com/.drone.yml
Corwin Perren e5102000b4
All checks were successful
continuous-integration/drone/push Build is passing
Add example drone file
2025-03-07 20:20:16 -08:00

10 lines
138 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world