summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-11-20 09:11:38 +0100
committerAntoine Eiche <lewo@abesis.fr>2020-11-20 09:12:15 +0100
commitee1ad50830b479ed8fb46c4c51d3bcdbc2184b8b (patch)
treeaed77ed3f222aeb067be62970377852db9a45a2f
parent7d2020cb362aa4c16fad9d1151820a21a26bd5fe (diff)
Add 20.09 Hydra jobset and remove 19.09
-rw-r--r--.hydra/declarative-jobsets.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index 3749d04..29750a4 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -67,8 +67,8 @@ let
};
};
};
- "nixos-19.09" = {
- description = "Build the nixos-19.09 branch of Simple NixOS MailServer";
+ "nixos-20.09" = {
+ description = "Build the nixos-20.09 branch of Simple NixOS MailServer";
checkinterval = "60";
enabled = "1";
nixexprinput = "snm";
@@ -81,7 +81,7 @@ let
type = 0;
inputs = {
snm = {
- value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-19.09";
+ value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.09";
type = "git";
emailresponsible = false;
};