mitgliederverwaltung/.drone.yml
Moritz c16c411891
Some checks reported errors
continuous-integration/drone/push Build was killed
add dummy drone config
2025-03-18 18:29:56 +01:00

10 lines
125 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world