Skip to content

Commit

Permalink
Fix bad yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jongio committed Sep 13, 2022
1 parent 92fd56a commit 0f758c6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions templates/todo/projects/python-mongo/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ repo:
patterns:
- "**/*.bicep"

- from: ../../web/react-fluent
to: ./src/web
patterns:
- "**/azure.@(yml|yaml)"
- from: ../../web/react-fluent
to: ./src/web
patterns:
- "**/azure.@(yml|yaml)"

- from: "PLACEHOLDERIACTOOLS"
to: ""
patterns:
- "README.md"
- from: "PLACEHOLDERIACTOOLS"
to: ""
patterns:
- "README.md"

- from: ../../../../../common/infra/bicep/core
to: ../core
patterns:
- "**/*.bicep"
- from: ../../../../../common/infra/bicep/core
to: ../core
patterns:
- "**/*.bicep"

# app service modules
- from: ../../../../../../common/infra/bicep
Expand Down

0 comments on commit 0f758c6

Please sign in to comment.