From 57b4aa5d39be75e6701a681c61c87f3f91c133fb Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Mon, 16 Dec 2024 10:37:34 +0000 Subject: [PATCH] Testing atlernative solution --- build/ci/copy.bara.sky.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/copy.bara.sky.template b/build/ci/copy.bara.sky.template index f20d057..3ceed2b 100644 --- a/build/ci/copy.bara.sky.template +++ b/build/ci/copy.bara.sky.template @@ -21,8 +21,8 @@ core.workflow( body = "Copies Atlas CLI commands from the source repo. See the attached Netlify comment for build log and staging.", integrates = [], ), - origin_files = glob(["docs/command/atlas-kubernetes**"]), - destination_files = glob(["source/command/atlas-kubernetes**"]), + origin_files = glob(["docs/command/atlas-kubernetes*"]), + destination_files = glob(["source/command/**"]), authoring = authoring.pass_thru(author), transformations = [ core.move("docs/command", "source/command"),