From 63a1cd018ab94756abaaec162c034dfc49ea081b Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Thu, 4 Mar 2021 22:25:50 +0100 Subject: [PATCH] add .drone.yml --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bcf0917 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: greeting + +steps: +- name: en + image: alpine + commands: + - echo hello world + +- name: fr + image: alpine + commands: + - echo bonjour monde