Skip to content

Commit

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

0 comments on commit 213cbca

Please sign in to comment.