Skip to content

Commit a2f75f1

Browse files
authored
Update orb name (#3)
* Update orb name
1 parent a1ee0b3 commit a2f75f1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ workflows:
2323
- orb-tools/continue:
2424
pipeline_number: << pipeline.number >>
2525
vcs_type: github
26-
orb_name: qlty-testing-orb
26+
orb_name: qlty-orb
2727
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
2828
filters: *filters

.circleci/test-deploy.yml

+4-4
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-
qlty-testing-orb: {}
7+
qlty-orb: {}
88

99
# Use this tag to ensure test jobs always run,
1010
# even though the downstream publish job will only run on release tags.
@@ -43,7 +43,7 @@ jobs:
4343
QLTY_COVERAGE_TOKEN: qltcp_w48FpR3BV17PGB3k
4444
steps:
4545
- checkout
46-
- qlty-testing-orb/coverage_publish:
46+
- qlty-orb/coverage_publish:
4747
files: coverage/coverage.json
4848
working_directory: ~/project/fixtures/basic-ruby
4949
workflows:
@@ -62,8 +62,8 @@ workflows:
6262
- orb-tools/pack:
6363
filters: *release-filters
6464
- orb-tools/publish:
65-
orb_name: codeclimate-testing/qlty-testing-orb
66-
vcs_type: << pipeline.project.type >>
65+
orb_name: qltysh/qlty-orb
66+
vcs_type: github
6767
pub_type: production
6868
# Ensure this job requires all test jobs and the pack job.
6969
requires:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For additional information, refer to the [documentation](https://docs.qlty.sh/cl
1010

1111
### Resources
1212

13-
[CircleCI Orb Registry Page](https://circleci.com/developer/orbs/orb/codeclimate-testing/qlty-testing-orb) - The official registry page of this orb for all versions and commands described.
13+
[CircleCI Orb Registry Page](https://circleci.com/developer/orbs/orb/qltysh/qlty-orb) - The official registry page of this orb for all versions and commands described.
1414

1515
### How to Contribute
1616

17-
We welcome [issues](https://github.com/codeclimate-testing/qlty-test-orb/issues) to and [pull requests](https://github.com/codeclimate-testing/qlty-test-orb/pulls) against this repository!
17+
We welcome [issues](https://github.com/qltysh/circleci-orb/issues) to and [pull requests](https://github.com/qltysh/circleci-orb/pulls) against this repository!

src/examples/example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
usage:
55
version: 2.1
66
orbs:
7-
qlty: codeclimate-testing/qlty-testing-[email protected].11
7+
qlty: qltysh/[email protected].1
88
jobs:
99
run_tests_and_publish_coverage:
1010
docker:

0 commit comments

Comments
 (0)