Drop IRC notifications
continuous-integration/drone Build is passing Details

This commit is contained in:
~lucidiot 2024-02-20 14:38:46 +00:00
parent 734df11d95
commit cded417589
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 0 additions and 25 deletions

View File

@ -31,28 +31,3 @@ steps:
- main
repo:
- lucidiot/itsb
- name: irc
image: plugins/irc
settings:
host: m455.casa
port: 6697
nick: lucibot
channel: '#station'
enable_tls: yes
use_sasl: yes
sasl_password:
from_secret: sasl_password
template: 'deploying https://tildegit.org/lucidiot/itsb/commit/{{ build.commit }} - {{ build.status }} ({{ build.link }})'
when:
status:
- success
- failure
branch:
- main
repo:
- lucidiot/itsb
# For some reason, the IRC plugin works but causes
# an "Error, disconnected: EOF" when quitting, which
# makes the pipeline fail every time…
failure: ignore