l 2 git: announce more branches

This commit is contained in:
lassulus 2017-01-16 17:25:48 +01:00
parent 242e0fcb6c
commit 27744a78ff

View file

@ -56,7 +56,8 @@ let
channel = "#retiolum";
server = "ni.r";
verbose = config.krebs.build.host.name == "prism";
branches = [ "master" ];
# TODO define branches in some kind of option per repo
branches = [ "master" "newest" "nin" ];
};
};
};