Skip to content

Commit

Permalink
new file dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 16, 2024
1 parent ca4c695 commit 5561715
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ 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/**"]),
destination_files = glob(["source/command/**"]),
origin_files = glob(["docs/command/atlas-kubernetes**"]),
destination_files = glob(["source/command/atlas-kubernetes**"]),
authoring = authoring.pass_thru(author),
transformations = [
core.replace(
before = "",
after = "",
paths=glob(["**"])
),
core.move("docs/command", "source/command"),
],
)

0 comments on commit 5561715

Please sign in to comment.