add quick test.drone.yml file

This commit is contained in:
Robert Lippens 2019-08-13 21:47:41 -07:00
parent 22d2e9db30
commit b715c199ea
No known key found for this signature in database
GPG key ID: 9984DABBD3F82E8F

21
test.drone.yml Normal file
View 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