From 5a91087e2de0c9e8973e9098675e19428b75e6e2 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Thu, 21 Jan 2021 16:16:06 +0100 Subject: [PATCH] templates: Update Software Templates to use updated cookiecutter.storePath --- .../{{cookiecutter.component_id}}/catalog-info.yaml | 2 +- .../{{cookiecutter.component_id}}/catalog-info.yaml | 2 +- .../{{cookiecutter.component_id}}/catalog-info.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/scaffolder-backend/sample-templates/docs-template/{{cookiecutter.component_id}}/catalog-info.yaml b/plugins/scaffolder-backend/sample-templates/docs-template/{{cookiecutter.component_id}}/catalog-info.yaml index e39350e928..90b55801a6 100644 --- a/plugins/scaffolder-backend/sample-templates/docs-template/{{cookiecutter.component_id}}/catalog-info.yaml +++ b/plugins/scaffolder-backend/sample-templates/docs-template/{{cookiecutter.component_id}}/catalog-info.yaml @@ -5,7 +5,7 @@ metadata: description: {{cookiecutter.description | jsonify}} annotations: github.com/project-slug: {{cookiecutter.storePath | jsonify}} - backstage.io/techdocs-ref: github:https://github.com/{{cookiecutter.storePath}} + backstage.io/techdocs-ref: url:{{cookiecutter.storePath}} spec: type: documentation lifecycle: experimental diff --git a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/catalog-info.yaml b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/catalog-info.yaml index 423c8683a1..980d107c5b 100644 --- a/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/catalog-info.yaml +++ b/plugins/scaffolder-backend/sample-templates/react-ssr-template/{{cookiecutter.component_id}}/catalog-info.yaml @@ -5,7 +5,7 @@ metadata: description: {{cookiecutter.description | jsonify}} annotations: github.com/project-slug: {{cookiecutter.storePath | jsonify}} - backstage.io/techdocs-ref: github:https://github.com/{{cookiecutter.storePath}} + backstage.io/techdocs-ref: url:{{cookiecutter.storePath}} spec: type: website lifecycle: experimental diff --git a/plugins/scaffolder-backend/sample-templates/springboot-grpc-template/{{cookiecutter.component_id}}/catalog-info.yaml b/plugins/scaffolder-backend/sample-templates/springboot-grpc-template/{{cookiecutter.component_id}}/catalog-info.yaml index f4ff350d10..2addbe23da 100644 --- a/plugins/scaffolder-backend/sample-templates/springboot-grpc-template/{{cookiecutter.component_id}}/catalog-info.yaml +++ b/plugins/scaffolder-backend/sample-templates/springboot-grpc-template/{{cookiecutter.component_id}}/catalog-info.yaml @@ -5,7 +5,7 @@ metadata: description: {{cookiecutter.description | jsonify}} annotations: github.com/project-slug: {{cookiecutter.storePath | jsonify}} - backstage.io/techdocs-ref: github:https://github.com/{{cookiecutter.storePath}} + backstage.io/techdocs-ref: url:{{cookiecutter.storePath}} spec: type: service lifecycle: experimental