Delete .drone.yml

This commit is contained in:
first_admin 2024-08-24 19:06:27 +00:00
parent a9957f1aea
commit 22ef0f5384

View File

@ -1,8 +0,0 @@
kind: pipeline
type: docker
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"