simple/.drone.yml

15 lines
158 B
YAML

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