File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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- ft- cloudsmith : {}
7+ cloudsmith-circleci : {}
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- - ft- cloudsmith/authenticate_with_oidc :
31+ - cloudsmith-circleci /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- - ft- cloudsmith/set_env_vars_for_pip :
53+ - cloudsmith-circleci /set_env_vars_for_pip :
5454 repository_identifier : " financial-times-internal-releases"
5555 service_identifier : " circleci-orb-testing"
5656 - run :
You can’t perform that action at this time.
0 commit comments