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 f10da7b commit 8bbf9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.verify_match('^.*atlas-kubernetes.*.txt$', paths=glob(["docs/command/**"]), verify_no_match=True, also_on_reversal=False, failure_message="Expected this not to match")
core.move("docs/command/${x}", "source/command/${x}", regex_groups = {'x': '^.*atlas-liveMigrations-create.*.txt$'}),
],
)
2 changes: 2 additions & 0 deletions docs/command/atlas-liveMigrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
atlas liveMigrations
====================

ANOTHER CHANGE!!!

.. default-domain:: mongodb

.. contents:: On this page
Expand Down

0 comments on commit 8bbf9f5

Please sign in to comment.