drone.yml

This commit is contained in:
Urban Modig
2025-03-31 20:49:14 +02:00
parent f64a55a3bc
commit a824806a15

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: testing
image: alpine
commands:
- echo "Hello from Drone"