From 243ee1db84a7b0df41dd350db983a4e84cfc7a84 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 15 Dec 2020 21:46:02 +0100 Subject: [PATCH] scaffolder-backend: switch location type of example templates to url --- plugins/scaffolder-backend/sample-templates/all-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/sample-templates/all-templates.yaml b/plugins/scaffolder-backend/sample-templates/all-templates.yaml index 6866543ab0..e4e81fbcb3 100644 --- a/plugins/scaffolder-backend/sample-templates/all-templates.yaml +++ b/plugins/scaffolder-backend/sample-templates/all-templates.yaml @@ -4,7 +4,7 @@ metadata: name: example-templates description: A collection of all Backstage example templates spec: - type: github + type: url targets: - https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/sample-templates/react-ssr-template/template.yaml - https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/sample-templates/springboot-grpc-template/template.yaml