Skip to content

Commit

Permalink
test with diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 16, 2024
1 parent 3b16e19 commit 43e5cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ core.workflow(
integrates = [],
),
origin_files = glob(["docs/command/**"]),
destination_files = glob(["source/command/**"]),
destination_files = glob(["source/command/**"]) - glob(["source/command/atlas-kubernetes**"],
authoring = authoring.pass_thru(author),
transformations = [
core.move('docs/command/${x}', 'source/command/${x}', regex_groups = {'x': '^.*atlas-liveMigrations-create.*.txt$'}),
core.move("docs/command/", "source/command/"),
],
)

0 comments on commit 43e5cea

Please sign in to comment.