Added dummy drone pipeline
This commit is contained in:
parent
241e5a43b8
commit
125baaad62
1 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal 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!
|
Loading…
Reference in a new issue