jira-bot/.drone.yml

15 lines
163 B
YAML
Raw Permalink Normal View History

2021-06-06 11:19:50 +03:00
---
2021-06-06 09:04:58 +03:00
kind: pipeline
2021-06-06 11:22:36 +03:00
type: docker
2021-06-06 09:04:58 +03:00
name: default
2021-06-06 11:21:01 +03:00
platform:
os: linux
2021-06-06 11:25:44 +03:00
arch: arm
2021-06-06 09:04:58 +03:00
steps:
- name: greeting
2021-06-06 11:22:36 +03:00
image: alpine
2021-06-06 09:04:58 +03:00
commands:
2021-06-06 11:22:36 +03:00
- echo hello
- echo world