add quick test.drone.yml file
This commit is contained in:
parent
22d2e9db30
commit
b715c199ea
1 changed files with 21 additions and 0 deletions
21
test.drone.yml
Normal file
21
test.drone.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
kind: pipeline
|
||||
name: greeting
|
||||
|
||||
steps:
|
||||
- name: en
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
|
||||
- name: es
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hola
|
||||
- echo mundo
|
||||
|
||||
- name: fr
|
||||
image: alpine
|
||||
commands:
|
||||
- echo bonjour
|
||||
- echo monde
|
Loading…
Reference in a new issue