Skip to content

Commit

Permalink
Testing atlernative solution
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 16, 2024
1 parent 5561715 commit 57b4aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/copy.bara.sky.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 57b4aa5

Please sign in to comment.