We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aca636 + a66e722 commit ef66046Copy full SHA for ef66046
src/examples/python.yml
@@ -3,14 +3,14 @@ description: >
3
usage:
4
version: 2.1
5
orbs:
6
- cloudsmith-circleci: ft-circleci-orbs/[email protected]
+ ft-cloudsmith: ft-circleci-orbs/[email protected]
7
jobs:
8
install_python_dependencies_from_cloudsmith:
9
docker:
10
- image: cimg/python:3.9
11
steps:
12
- checkout
13
- - cloudsmith-circleci/set_env_vars_for_pip:
+ - ft-cloudsmith/set_env_vars_for_pip:
14
repository_identifier: "your-repository-identifier"
15
service_identifier: "your-service-identifier"
16
- run:
0 commit comments