jira-bot/.drone.yml
Andrey Belvedersky 7c8d8ddd13
Some checks reported errors
continuous-integration/drone/push Build was killed
amd64
2021-06-06 11:22:36 +03:00

15 lines
167 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world