From 91102e66073892be7bb5b483c59b980248ad879a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 8 Feb 2023 11:12:03 +0100 Subject: [PATCH] build: not so useful anymore, also broken --- .drone.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ec735e5..b8d905d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,22 +17,6 @@ steps: commands: - make test - - name: notify on failure - image: plugins/matrix - settings: - homeserver: https://matrix.autonomic.zone - roomid: "IFazIpLtxiScqbHqoa:autonomic.zone" - userid: "@autono-bot:autonomic.zone" - accesstoken: - from_secret: autono_bot_access_token - depends_on: - - make check - - make build - - make test - when: - status: - - failure - - name: fetch image: docker:git commands: