chore(gs/xanthous): Don't include docs in source closure
Change-Id: Ib6f2604096fa519f37ec4a2ce762229abca16b26 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3866 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
98397b8515
commit
2833104708
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ let
|
||||||
path = ./.;
|
path = ./.;
|
||||||
filter = path: type:
|
filter = path: type:
|
||||||
!(type == "directory" && builtins.baseNameOf path == "server")
|
!(type == "directory" && builtins.baseNameOf path == "server")
|
||||||
|
&& !(type == "directory" && builtins.baseNameOf path == "docs")
|
||||||
&& (ignore path type
|
&& (ignore path type
|
||||||
|| builtins.baseNameOf path == "package.yaml");
|
|| builtins.baseNameOf path == "package.yaml");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue