Skip to content

Commit

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

Please sign in to comment.