From 0a7ed0ff54f446b98ed8751d87bbc289d1e6ebd6 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 16 Mar 2019 19:24:27 +0100 Subject: [PATCH] testing stuff --- .drone.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3a9f058..3bec5dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,7 @@ -pipeline: +kind: pipeline +name: default + +steps: # build: # image: ruby # commands: @@ -21,7 +24,8 @@ pipeline: # when: # branch: # - master - testing: + + - name: testing image: alpine environment: TEST: @@ -29,7 +33,7 @@ pipeline: commands: - echo hello world - notify: + - name: notify image: plugins/matrix settings: homeserver: https://data.coop