ci: notify on build start
This commit is contained in:
parent
0cea8b73ca
commit
d6345a8b05
@ -82,6 +82,7 @@ let
|
|||||||
irc = words.IRC("${cfg.irc.server}", "${cfg.irc.nick}",
|
irc = words.IRC("${cfg.irc.server}", "${cfg.irc.nick}",
|
||||||
channels=${builtins.toJSON cfg.irc.channels},
|
channels=${builtins.toJSON cfg.irc.channels},
|
||||||
notify_events={
|
notify_events={
|
||||||
|
'started': 1,
|
||||||
'success': 1,
|
'success': 1,
|
||||||
'failure': 1,
|
'failure': 1,
|
||||||
'exception': 1,
|
'exception': 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user