jira-bot/.drone.yml
Andrey Belvedersky fa3a7b2037
All checks were successful
continuous-integration/drone/push Build is passing
arm!
2021-06-06 11:25:44 +03:00

15 lines
163 B
YAML

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