Added dummy drone pipeline

This commit is contained in:
Parra 2022-05-26 18:16:36 +02:00
parent 241e5a43b8
commit 125baaad62
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
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!