diff --git a/plugins/catalog-backend/scripts/mock-db b/plugins/catalog-backend/scripts/mock-db deleted file mode 100644 index 7edc8c422b..0000000000 --- a/plugins/catalog-backend/scripts/mock-db +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env sh -curl \ ---location \ ---request POST 'localhost:3003/locations' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "type": "github", - "target": "https://github.com/spotify/backstage/blob/master/plugins/catalog-backend/fixtures/two_components.yaml" -}'