Skip to content

Commit 68a567b

Browse files
committed
Initial change to copybara
1 parent 6870e66 commit 68a567b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci/copy.bara.sky.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ core.workflow(
2323
integrates = [],
2424
),
2525
origin_files = glob(["docs/command/**"], exclude = ["docs/command/atlas-completion**"]),
26-
destination_files = glob(["source/includes/command/**"]),
26+
destination_files = glob(["source/includes/command/**"], exclude=["source/includes/command/atlas-kubernetes**"]),
2727
authoring = authoring.pass_thru(author),
2828
transformations = [
2929
core.move("docs/command", "source/includes/command"),
@@ -46,7 +46,7 @@ core.workflow(
4646
integrates = [],
4747
),
4848
origin_files = glob(["docs/command/**"]),
49-
destination_files = glob(["source/command/**"]),
49+
destination_files = glob(["source/command/**"], exclude=["source/includes/command/atlas-kubernetes**"]),
5050
authoring = authoring.pass_thru(author),
5151
transformations = [
5252
core.move("docs/command", "source/command"),

0 commit comments

Comments
 (0)