add drone example
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Andrey Belvedersky 2021-06-06 09:04:58 +03:00
parent f3175b8ce9
commit cadbf3070b

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