test drone

This commit is contained in:
Moritz 2025-04-23 18:01:18 +02:00
parent 9973049138
commit e83e773de0
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -3,8 +3,8 @@ type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- name: greeting
image: alpine
commands:
- echo Hello
- echo World