takeoff/.drone.yml

12 lines
137 B
YAML

kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: alpine
commands:
- echo "working !!"