Merge pull request #4801 from backstage/blam/fix-scaffolder-v2

chore: updating scaffolder v2 template
This commit is contained in:
Ben Lambert
2021-03-04 11:11:15 +01:00
committed by GitHub
@@ -36,7 +36,7 @@ spec:
- id: fetch-base
name: Fetch Base
action: fetch:cookiecutter
parameters:
input:
url: ./template
values:
name: '{{ parameters.name }}'
@@ -44,14 +44,14 @@ spec:
- id: fetch-docs
name: Fetch Docs
action: fetch:plain
parameters:
input:
targetPath: ./community
url: https://github.com/backstage/community/tree/main/backstage-community-sessions
- id: publish
name: Publish
action: publish:github
parameters:
input:
allowedHosts: ['github.com']
description: 'This is {{ parameters.name }}'
repoUrl: '{{ parameters.repoUrl }}'
@@ -59,7 +59,7 @@ spec:
- id: register
name: Register
action: catalog:register
parameters:
input:
repoContentsUrl: '{{ steps.publish.output.repoContentsUrl }}'
catalogInfoPath: '/catalog-info.yaml'