added ci test

This commit is contained in:
Malachy Byrne 2021-06-02 21:02:59 +01:00
commit d5bde40ff0

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