test/.drone.yml
xuu 3775d6a83f
All checks were successful
continuous-integration/drone Build is passing
Add '.drone.yml'
2023-05-26 12:58:20 -06:00

10 lines
124 B
YAML

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