test-drone/.drone.yml

13 lines
157 B
YAML
Raw Permalink Normal View History

2022-10-12 10:33:36 +00:00
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: hello
image: docker.io/busybox:latest
commands:
- echo "Hello world"