[add] Setting up drone
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Pablo Aramburo 2022-05-12 14:11:44 -06:00
parent 8ec335a9d8
commit 0c36d1df53

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