Skip to content

Commit

Permalink
Changes copybara from move to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 6, 2024
1 parent 837db43 commit 0cb8f26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ core.workflow(
destination_files = glob(["source/command/**"]),
authoring = authoring.pass_thru(author),
transformations = [
core.move("docs/command", "source/command"),
core.replace(
before = "docs/command/",
after = "source/command/",
paths = glob(["docs/command/**"]),
),
],
)

0 comments on commit 0cb8f26

Please sign in to comment.