Merge pull request #1428 from spotify/freben/examples

chore(catalog): move the entity examples to catalog-model
This commit is contained in:
Fredrik Adelöw
2020-06-24 10:47:28 +02:00
committed by GitHub
9 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ for URL in \
--location \
--request POST 'localhost:7000/catalog/locations' \
--header 'Content-Type: application/json' \
--data-raw "{\"type\": \"github\", \"target\": \"https://github.com/spotify/backstage/blob/master/plugins/catalog-backend/examples/${URL}\"}"
--data-raw "{\"type\": \"github\", \"target\": \"https://github.com/spotify/backstage/blob/master/packages/catalog-model/examples/${URL}\"}"
done