file-samples/.drone.yml

15 lines
169 B
YAML
Raw Normal View History

2021-05-26 21:35:03 +01:00
# fixme
2021-05-26 21:31:31 +01:00
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world