tv git: announce only via cd
This commit is contained in:
parent
d5d3c9f8b3
commit
cf80bdaf42
@ -58,7 +58,7 @@ let
|
||||
make-public-repo = name: { desc ? null, ... }: {
|
||||
inherit name desc;
|
||||
public = true;
|
||||
hooks = {
|
||||
hooks = optionalAttrs (config.krebs.build.host.name == "cd") {
|
||||
post-receive = git.irc-announce {
|
||||
# TODO make nick = config.krebs.build.host.name the default
|
||||
nick = config.krebs.build.host.name;
|
||||
|
Loading…
Reference in New Issue
Block a user