Files
test/.drone.yml
Urban Modig a824806a15 drone.yml
2025-03-31 20:49:14 +02:00

10 lines
124 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: testing
image: alpine
commands:
- echo "Hello from Drone"