get rid of test drone file

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

View file

@ -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