get rid of test drone file
This commit is contained in:
parent
b715c199ea
commit
cb8b60c399
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
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