compose/.drone/.drone.yml

15 lines
127 B
YAML

---
kind: pipeline
type: docker
name: test pipe
platform:
os: linux
arch: amd64
steps:
- name: step
image: alpine
...