diff --git a/templates/starter/bicep/repo.yaml b/templates/starter/bicep/repo.yaml index 9e61c184226..7b9de6e2127 100644 --- a/templates/starter/bicep/repo.yaml +++ b/templates/starter/bicep/repo.yaml @@ -22,14 +22,6 @@ repo: - "**/*.bicep" assets: - # AzDo workflows for bicep - - from: ../../common/.azdo/pipelines/bicep/azure-dev.yml - to: ./.azdo/pipelines/azure-dev.yml - - # Github workflows for bicep - - from: ../../common/.github/workflows/bicep - to: ./.github/workflows - # abbreviations.json - from: ../../common/infra/bicep/abbreviations.json to: ./infra/abbreviations.json diff --git a/templates/starter/terraform/repo.yaml b/templates/starter/terraform/repo.yaml index 62b2fa8dd6c..d53c2b38581 100644 --- a/templates/starter/terraform/repo.yaml +++ b/templates/starter/terraform/repo.yaml @@ -15,14 +15,6 @@ repo: branch: staging assets: - # AzDo workflows for bicep - - from: ../../common/.azdo/pipelines/terraform/azure-dev.yml - to: ./.azdo/pipelines/azure-dev.yml - - # Github workflows for bicep - - from: ../../common/.github/workflows/terraform - to: ./.github/workflows - # .gitignore - from: ../../common/.gitignore to: ./.gitignore