jira-bot/.drone.yml
Andrey Belvedersky f6611bdb59
Some checks reported errors
continuous-integration/drone/push Build was killed
d
2021-06-06 11:20:11 +03:00

12 lines
129 B
YAML

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