From 56ce4e1a84737236d8ae3eba494c4f2f26a422d1 Mon Sep 17 00:00:00 2001 From: Mustansar Anwar ul Samad Date: Tue, 10 Aug 2021 18:47:02 +1200 Subject: [PATCH] Remove local-templates.yaml as it is not in master anymore Signed-off-by: Mustansar Anwar ul Samad --- .../sample-templates/local-templates.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 plugins/scaffolder-backend/sample-templates/local-templates.yaml diff --git a/plugins/scaffolder-backend/sample-templates/local-templates.yaml b/plugins/scaffolder-backend/sample-templates/local-templates.yaml deleted file mode 100644 index 5c13f0ab40..0000000000 --- a/plugins/scaffolder-backend/sample-templates/local-templates.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: example-templates-local - description: A collection of locally available Backstage example templates -spec: - targets: - - ./create-react-app/template.yaml - - ./docs-template/template.yaml - - ./react-ssr-template/template.yaml - - ./springboot-grpc-template/template.yaml - - ./v1beta2-demo/template.yaml - - ./pull-request/template.yaml - - ./bitbucket-demo/template.yaml