Skip to content

Commit 318118e

Browse files
authored
(DOCSP-46837) Adds an exclude to avoid overwriting handwritten atlas-api file (#3576)
1 parent 5a700e0 commit 318118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/copy.bara.sky.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/command/atlas-api"]),
5050
authoring = authoring.pass_thru(author),
5151
transformations = [
5252
core.move("docs/command", "source/command"),

0 commit comments

Comments
 (0)