chore(scaffolder): load from file source instead

This commit is contained in:
blam
2020-06-16 14:47:15 +02:00
parent 4615718167
commit 45ce4b133a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ curl \
--location \
--request POST 'localhost:7000/catalog/locations' \
--header 'Content-Type: application/json' \
--data-raw "{\"type\": \"github\", \"target\": \"https://github.com/spotify/backstage/blob/mob/move-templates-into-service-catalog/plugins/scaffolder-backend/sample-templates/react-ssr-template/template.yml\"}"
--data-raw "{\"type\": \"file\", \"target\": \"$(pwd)/sample-templates/react-ssr-template/template.yaml\"}"