add drone pipeline

This commit is contained in:
Aravinth Manivannan 2021-09-29 13:11:27 +05:30
parent 3dcdfab916
commit 43f4fa18cb

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