Merge pull request #10065 from backstage/blam/remove-golang-template

🧹 Remove `cookiecutter-golang` template
This commit is contained in:
Ben Lambert
2022-03-09 10:30:23 +01:00
committed by GitHub
3 changed files with 15 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/create-app': patch
---
Removed the `cookiecutter-golang` template from the default `create-app` install as we no longer provide `cookiecutter` action out of the box.
You can remove the template by removing the following lines from your `app-config.yaml` under `catalog.locations`:
```diff
- - type: url
- target: https://github.com/spotify/cookiecutter-golang/blob/master/template.yaml
- rules:
- - allow: [Template]
```
@@ -94,7 +94,7 @@ for example:
catalog:
locations:
- type: url
target: https://github.com/spotify/cookiecutter-golang/blob/master/template.yaml
target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/react-ssr-template/template.yaml
rules:
- allow: [Template]
```
@@ -116,10 +116,6 @@ catalog:
target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/springboot-grpc-template/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/spotify/cookiecutter-golang/blob/master/template.yaml
rules:
- allow: [Template]
- type: url
target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/docs-template/template.yaml
rules: