l git: show diff of prism/master

This commit is contained in:
lassulus 2018-01-23 20:00:14 +01:00
parent 59518f2fbd
commit 31fc8a8e2e

View File

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