Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 16, 2024
1 parent 8bbf9f5 commit 3b16e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ core.workflow(
destination_files = glob(["source/command/**"]),
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/${x}', 'source/command/${x}', regex_groups = {'x': '^.*atlas-liveMigrations-create.*.txt$'}),
],
)

0 comments on commit 3b16e19

Please sign in to comment.