From d8b3e75a4e0a1415b3b91aa7cb96ff48484d94e1 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 19 Jan 2021 20:43:14 +0000 Subject: [PATCH] ci-root: add web to CI --- ci-root.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci-root.nix b/ci-root.nix index 5fc6832bd9..d780ad8f17 100644 --- a/ci-root.nix +++ b/ci-root.nix @@ -19,6 +19,4 @@ let twitternuke = depot.go.twitternuke; }; in -#pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther) -pkgs.linkFarm "ci" ciWeb - +pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)