test-drone/.drone.yml

15 lines
199 B
YAML

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!