Remove nixos-20.03 job

We only support 2 releases.
This commit is contained in:
Antoine Eiche 2021-05-30 21:43:05 +02:00
parent 49074b7835
commit 3fc047bc64
2 changed files with 0 additions and 23 deletions

View file

@ -61,26 +61,6 @@ let
};
};
};
"nixos-20.03" = {
description = "Build the nixos-20.03 branch of Simple NixOS MailServer";
checkinterval = "60";
enabled = "1";
nixexprinput = "snm";
nixexprpath = ".hydra/default.nix";
schedulingshares = 100;
enableemail = false;
emailoverride = "";
keepnr = 3;
hidden = false;
type = 0;
inputs = {
snm = {
value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.03";
type = "git";
emailresponsible = false;
};
};
};
"nixos-20.09" = {
description = "Build the nixos-20.09 branch of Simple NixOS MailServer";
checkinterval = "60";