test
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
2026-03-02 13:51:44 +04:00
parent b195bd792d
commit a789172fb8

10
.drone.yml Normal file
View File

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