From 1dad7cce9b019575743d0fbefa4a8d87f869b181 Mon Sep 17 00:00:00 2001 From: electron2302 Date: Sat, 23 Nov 2019 14:45:26 +0100 Subject: [PATCH] Adding German And testing drone triggers with it :) --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5669619..02ffd10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,12 @@ steps: - echo hello - echo world +- name: de + image: alpine + commands: + - echo Hallo + - echo Welt + - name: es image: alpine commands: