add dummy drone config
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Moritz 2025-03-18 18:29:56 +01:00
parent 87e7068e3f
commit c16c411891
Signed by: moritz
GPG key ID: 1020A035E5DD0824

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world