l git: don't show verbose git log

This commit is contained in:
lassulus 2018-01-16 20:58:10 +01:00
parent 74d1531be9
commit 7c613786d1

View File

@ -79,7 +79,7 @@ let
nick = config.krebs.build.host.name;
channel = "#xxx";
server = "irc.r";
verbose = config.krebs.build.host.name == "prism";
verbose = false;
# TODO define branches in some kind of option per repo
branches = [ "master" "staging*" ];
};
@ -100,7 +100,7 @@ let
nick = config.krebs.build.host.name;
channel = "#xxx";
server = "irc.r";
verbose = true;
verbose = false;
# TODO define branches in some kind of option per repo
branches = [ "master" "staging*" ];
};