🚧 Drone: Add test pipeline

This commit is contained in:
Gerber, Mike 2021-02-10 20:18:26 +01:00
commit e4b111dde8

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