From 213cbcaaa182aa48cbc1d1db268c522b2a8b7a7a Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Fri, 6 Dec 2024 15:10:03 +0000 Subject: [PATCH] Changing copybara from replace to move with overwrite true --- build/ci/copy.bara.sky.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/ci/copy.bara.sky.template b/build/ci/copy.bara.sky.template index a03384d..e57f9a8 100644 --- a/build/ci/copy.bara.sky.template +++ b/build/ci/copy.bara.sky.template @@ -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/**"]), + overwrite = True, ), ], )