Skip to content

Commit

Permalink
core.move test
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 6, 2024
1 parent 3c0a644 commit edbfffc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/**"])
paths=glob(["**"]),
overwrite = True
),
],
)

0 comments on commit edbfffc

Please sign in to comment.