build: not so useful anymore, also broken

This commit is contained in:
decentral1se 2023-02-08 11:12:03 +01:00
parent fadafda0b8
commit 91102e6607
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 16 deletions

View File

@ -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: