test-drone/.drone.yml

15 lines
199 B
YAML
Raw Normal View History

2022-05-26 18:16:36 +02:00
kind: pipeline
type: docker
name: hello world
steps:
- name: Hello world!
image: alpine
commands:
- echo Hello world!
- name: ¡Hola mundo!
image: alpine
commands:
- echo ¡Hola mundo!