Skip to content

Commit 450c840

Browse files
committed
Add pixie_cli build to correct exclusion list
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent d6931a6 commit 450c840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/copybara/upstream_sync/copy.bara.sky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ ignored_dirs = [
8383
"src/vizier/services/metadata/local/**", # clickhouse testing changes, likely can be removed
8484
"src/api/go/pxapi/vizier.go", # mutation support
8585
"src/vizier/services/query_broker/**", # mutation and clickhouse changes to upstream
86+
"src/pixie_cli/BUILD.bazel", # fork customizations, see if this can be parameterized
8687
"tools/**",
8788
"WORKSPACE", # upstream misspelling
8889
]
8990

9091
# Files/dirs that exist only in the fork and must not be deleted by copybara.
9192
fork_only_files = [
9293
"PLATFORM.md",
93-
"src/pixie_cli/BUILD.bazel", # see if this can be parameterized
9494
"bazel/external/rules_docker_pusher_cfg.patch",
9595
"k8s/vizier/bootstrap/adaptive_export_*",
9696
"k8s/vizier/bootstrap/kustomization.yaml",

0 commit comments

Comments
 (0)