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"),