jira-bot/.drone.yml

15 lines
167 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:19:50 +03:00
platform:
os: linux
arch: arm64
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