jira-bot/.drone.yml

12 lines
129 B
YAML
Raw Normal View History

2021-06-06 11:19:50 +03:00
---
2021-06-06 09:04:58 +03:00
kind: pipeline
type: docker
name: default
2021-06-06 11:20:11 +03:00
2021-06-06 09:04:58 +03:00
steps:
- name: greeting
image: alpine
commands:
2021-06-06 10:45:06 +03:00
- echo hello
2021-06-06 09:04:58 +03:00
- echo world