From 8bbf9f5b498c63141494781b5e711ba1a80818ef Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Mon, 16 Dec 2024 18:03:08 +0000 Subject: [PATCH] test --- build/ci/copy.bara.sky.template | 2 +- docs/command/atlas-liveMigrations.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/ci/copy.bara.sky.template b/build/ci/copy.bara.sky.template index 559bf3a..0912809 100644 --- a/build/ci/copy.bara.sky.template +++ b/build/ci/copy.bara.sky.template @@ -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$'}), ], ) diff --git a/docs/command/atlas-liveMigrations.txt b/docs/command/atlas-liveMigrations.txt index 015e145..bcd7c1e 100644 --- a/docs/command/atlas-liveMigrations.txt +++ b/docs/command/atlas-liveMigrations.txt @@ -4,6 +4,8 @@ atlas liveMigrations ==================== +ANOTHER CHANGE!!! + .. default-domain:: mongodb .. contents:: On this page