jira-bot/.drone.yml
Andrey Belvedersky dd2c882365
Some checks reported errors
continuous-integration/drone/push Build was killed
4
2021-06-06 10:45:06 +03:00

10 lines
124 B
YAML

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