File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments