compose/.drone/.drone.yml

15 lines
127 B
YAML
Raw Normal View History

2020-07-29 19:09:10 +00:00
---
kind: pipeline
type: docker
name: test pipe
platform:
os: linux
arch: amd64
2020-07-29 19:14:56 +00:00
steps:
- name: step
image: alpine
2020-07-29 19:09:10 +00:00
...