l 2 git: remove nin from announced branches

This commit is contained in:
lassulus 2017-01-26 23:44:57 +01:00
parent fc627d0b99
commit b4537403f8

View File

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