Skip to content

Commit

Permalink
use a public orb to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebram-tw committed Jan 23, 2024
1 parent 3599fbc commit 0a4f33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflows:
- shellcheck/check:
filters: *filters
- orb-tools/publish:
orb-name: terawatt-infrastructure/jira-orb
orb-name: terawatt-infrastructure/jira-orb-public
vcs-type: << pipeline.project.type >>
requires:
[orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check]
Expand Down
4 changes: 2 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
jira-orb: terawatt-infrastructure/jira-orb@dev:<<pipeline.git.revision>>
jira-orb-public: terawatt-infrastructure/jira-orb-public@dev:<<pipeline.git.revision>>
orb-tools: circleci/orb-tools@11.5

filters: &filters
Expand All @@ -24,7 +24,7 @@ workflows:
- orb-tools/pack:
filters: *filters
- orb-tools/publish:
orb-name: terawatt-infrastructure/jira-orb
orb-name: terawatt-infrastructure/jira-orb-public
vcs-type: << pipeline.project.type >>
pub-type: production
requires:
Expand Down

0 comments on commit 0a4f33d

Please sign in to comment.