From 1dc5bfa13021c7fcf76b3419da89b3cde5d49c6c Mon Sep 17 00:00:00 2001 From: Paula Assis <37838514+paulassis@users.noreply.github.com> Date: Wed, 11 May 2022 14:34:53 -0300 Subject: [PATCH 1/2] create catalog info --- catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..588f738 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: hellper + annotations: + github.com/project-slug: ResultadosDigitais/hellper +spec: + type: service + lifecycle: production + owner: hydra From fc5afecfa2523584704502254b0bdc7be792446d Mon Sep 17 00:00:00 2001 From: Paula Assis <37838514+paulassis@users.noreply.github.com> Date: Wed, 11 May 2022 14:50:57 -0300 Subject: [PATCH 2/2] add circleci project slug --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 588f738..97c0fb1 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,6 +4,7 @@ metadata: name: hellper annotations: github.com/project-slug: ResultadosDigitais/hellper + circleci.com/project-slug: github/ResultadosDigitais/hellper spec: type: service lifecycle: production