3p/nixpkgs: only exclude nixpkgs-check-by-name tests
This commit is contained in:
parent
504525a148
commit
d5157f372b
1 changed files with 1 additions and 1 deletions
2
third_party/nixpkgs/copy.bara.sky
vendored
2
third_party/nixpkgs/copy.bara.sky
vendored
|
@ -10,7 +10,7 @@ core.workflow(
|
||||||
push = "default",
|
push = "default",
|
||||||
),
|
),
|
||||||
origin_files = glob(["**"], exclude = [
|
origin_files = glob(["**"], exclude = [
|
||||||
"pkgs/test/nixpkgs-check-by-name/**",
|
"pkgs/test/nixpkgs-check-by-name/tests/**",
|
||||||
]),
|
]),
|
||||||
destination_files = glob(["third_party/nixpkgs/**"], exclude = [
|
destination_files = glob(["third_party/nixpkgs/**"], exclude = [
|
||||||
"third_party/nixpkgs/copy.bara.sky",
|
"third_party/nixpkgs/copy.bara.sky",
|
||||||
|
|
Loading…
Reference in a new issue