„.drone.yml“ hinzufügen
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Dorian Zedler 2021-12-21 20:52:45 +00:00
parent 0748a09225
commit 377c6eed7c

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: ubuntu:20.04
commands:
- echo "geht :D"