bb/.drone.yml
Ryan Cavicchioni 7f69e6e1c2
All checks were successful
continuous-integration/drone/push Build is passing
Add test .drone.yml
2022-09-01 09:11:31 -05:00

11 lines
139 B
YAML

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