Delete '.drone.ci'

This commit is contained in:
gav
2022-05-01 01:22:21 +07:00
parent a54eeaf625
commit f2e6e27179

View File

@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world