test/.drone.yml
Dorian Zedler 377c6eed7c
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing
„.drone.yml“ hinzufügen
2021-12-21 20:52:45 +00:00

10 lines
No EOL
123 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: ubuntu:20.04
commands:
- echo "geht :D"