jira-bot/.drone.yml
Andrey Belvedersky c39d149d51
Some checks reported errors
continuous-integration/drone/push Build was killed
dsfd
2021-06-06 11:19:50 +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