Skip to content

Commit 76a4b10

Browse files
authored
add catalog-info.yaml (#81)
1 parent e526144 commit 76a4b10

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99

1010
working_directory: ~/Clever/swagger-api
1111
steps:
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
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: $HOME/ci-scripts/circleci/catalog-sync $CATAPULT_URL $CATAPULT_USER $CATAPULT_PASS swagger-api 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: swagger-api
5+
description: A Swagger Definition for the Clever API
6+
owner: unknown
7+
spec:
8+
type: unknown
9+
lifecycle: production
10+
owner: unknown
11+
system: Clever

0 commit comments

Comments
 (0)