Skip to content

Commit ef66046

Browse files
authored
Merge pull request #14 from ft-circleci-orbs/rename-orb-alias-to-ft-cloudsmith
Rename orb alias to ft cloudsmith
2 parents 4aca636 + a66e722 commit ef66046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: >
33
usage:
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:

0 commit comments

Comments
 (0)