jira-bot/.drone.yml
Andrey Belvedersky b432336db9
Some checks reported errors
continuous-integration/drone/push Build was killed
test 2
2021-06-06 09:50:02 +03:00

10 lines
126 B
YAML

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