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