Skip to content

Commit a66e722

Browse files
Update test-deploy.yml
Update alias.
1 parent a91d595 commit a66e722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
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.
@@ -28,7 +28,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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:

0 commit comments

Comments
 (0)