jeschli git: fix irc-announce call

This commit is contained in:
tv 2018-09-07 00:04:24 +02:00
parent 03764d6765
commit 29e5989265

View File

@ -42,11 +42,13 @@ let
public = true;
hooks = {
post-receive = pkgs.git-hooks.irc-announce {
nick = config.krebs.build.host.name;
channel = "#xxx";
nick = config.krebs.build.host.name;
refs = [
"refs/heads/master"
];
server = "irc.r";
verbose = true;
branches = [ "master" ];
};
};
};