Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 16, 2024
1 parent 5561715 commit c05e9d8
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 615 deletions.
8 changes: 5 additions & 3 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ 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/**"]),
destination_files = glob(["source/command/**"]),
authoring = authoring.pass_thru(author),
transformations = [
core.move("docs/command", "source/command"),
core.move("source/command/atlas-kubernetes**", "source/"),
core.move("docs/command/", "source/command/"),
core.move("source/atlas-kubernetes**", "source/command/"),
],
)
119 changes: 0 additions & 119 deletions docs/command/atlas-kubernetes-config-apply.txt

This file was deleted.

142 changes: 0 additions & 142 deletions docs/command/atlas-kubernetes-config-generate.txt

This file was deleted.

63 changes: 0 additions & 63 deletions docs/command/atlas-kubernetes-config.txt

This file was deleted.

Loading

0 comments on commit c05e9d8

Please sign in to comment.