File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 # Reference your orb's jobs and commands below as they will exist when built.
55 orb-tools :
circleci/[email protected] 66 # The orb definition is intentionally not included here. It will be injected into the pipeline.
7- cloudsmith-circleci : {}
7+ ft-cloudsmith : {}
88
99# Use this tag to ensure test jobs always run,
1010# even though the downstream publish job will only run on release tags.
2828 - image : cimg/base:current
2929 steps :
3030 - checkout
31- - cloudsmith-circleci /authenticate_with_oidc :
31+ - ft-cloudsmith /authenticate_with_oidc :
3232 service_identifier : " circleci-orb-testing"
3333 - run :
3434 name : Assert environment variables have been set
5050 - image : cimg/python:3.9
5151 steps :
5252 - checkout
53- - cloudsmith-circleci /set_env_vars_for_pip :
53+ - ft-cloudsmith /set_env_vars_for_pip :
5454 repository_identifier : " financial-times-internal-releases"
5555 service_identifier : " circleci-orb-testing"
5656 - run :
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ description: >
33usage :
44 version : 2.1
55 orbs :
6- cloudsmith-circleci :
ft-circleci-orbs/[email protected] 6+ ft-cloudsmith :
ft-circleci-orbs/[email protected] 77 jobs :
88 install_python_dependencies_from_cloudsmith :
99 docker :
1010 - image : cimg/python:3.9
1111 steps :
1212 - checkout
13- - cloudsmith-circleci /set_env_vars_for_pip :
13+ - ft-cloudsmith /set_env_vars_for_pip :
1414 repository_identifier : " your-repository-identifier"
1515 service_identifier : " your-service-identifier"
1616 - run :
You can’t perform that action at this time.
0 commit comments