Heimdallr/.drone.yml

15 lines
162 B
YAML
Raw Normal View History

2022-10-16 03:33:23 +02:00
---
kind: pipeline
type: docker
name: test
2022-10-16 18:18:33 +02:00
platform:
os: linux
arch: arm64
2022-10-16 03:33:23 +02:00
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world