jira-bot/.drone.yml
Andrey Belvedersky cadbf3070b
Some checks reported errors
continuous-integration/drone/push Build was killed
add drone example
2021-06-06 09:04:58 +03:00

10 lines
124 B
YAML

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