ci-root: add web to CI
This commit is contained in:
parent
b758c0a96c
commit
d8b3e75a4e
1 changed files with 1 additions and 3 deletions
|
@ -19,6 +19,4 @@ let
|
||||||
twitternuke = depot.go.twitternuke;
|
twitternuke = depot.go.twitternuke;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
#pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
pkgs.linkFarm "ci" (ciMachines ++ ciPackages ++ ciGrafanaPlugins ++ ciDocker ++ ciWeb ++ ciOther)
|
||||||
pkgs.linkFarm "ci" ciWeb
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue