Skip to content

Commit 2debbfe

Browse files
authored
add catalog-info.yaml (#17)
1 parent 72fccc5 commit 2debbfe

2 files changed

Lines changed: 23 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ jobs:
33
build:
44
working_directory: ~/Clever/discovery-python
55
docker:
6-
- image: cimg/python:3.9.12
6+
- image: cimg/python:3.9.12
77
environment:
88
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
99
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
1010
steps:
11-
- run: pip3 install --force-reinstall pip==22.0.4
12-
- run:
13-
command: cd $HOME && git clone --depth 1 -v https://github.com/Clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
14-
name: Clone ci-scripts
15-
- checkout
16-
- run:
17-
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
18-
name: Set up CircleCI artifacts directories
19-
- run: make deps
20-
- run: make test
11+
- run: pip3 install --force-reinstall pip==22.0.4
12+
- run:
13+
command: cd $HOME && git clone --depth 1 -v https://github.com/Clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
14+
name: Clone ci-scripts
15+
- checkout
16+
- run:
17+
command: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
18+
name: Set up CircleCI artifacts directories
19+
- run: make deps
20+
- run: make test
21+
- run: $HOME/ci-scripts/circleci/catalog-sync $CATAPULT_URL $CATAPULT_USER $CATAPULT_PASS discovery-python utility

catalog-info.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: discovery-python
5+
description: Programmatically find service endpoints (i.e. discovery-go for python)
6+
owner: unknown
7+
spec:
8+
type: unknown
9+
lifecycle: production
10+
owner: unknown
11+
system: Clever

0 commit comments

Comments
 (0)