jeschli git: fix irc-announce call
This commit is contained in:
parent
03764d6765
commit
29e5989265
@ -42,11 +42,13 @@ let
|
|||||||
public = true;
|
public = true;
|
||||||
hooks = {
|
hooks = {
|
||||||
post-receive = pkgs.git-hooks.irc-announce {
|
post-receive = pkgs.git-hooks.irc-announce {
|
||||||
nick = config.krebs.build.host.name;
|
|
||||||
channel = "#xxx";
|
channel = "#xxx";
|
||||||
|
nick = config.krebs.build.host.name;
|
||||||
|
refs = [
|
||||||
|
"refs/heads/master"
|
||||||
|
];
|
||||||
server = "irc.r";
|
server = "irc.r";
|
||||||
verbose = true;
|
verbose = true;
|
||||||
branches = [ "master" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user