Skip to content

Commit 4a2cbf4

Browse files
committed
chore: add orb name
1 parent 5cf9544 commit 4a2cbf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ workflows:
2222
- orb-tools/continue:
2323
pipeline_number: << pipeline.number >>
2424
vcs_type: << pipeline.project.type >>
25-
orb_name: <orb-name>
25+
orb_name: react-native
2626
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
2727
filters: *filters

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
orbs:
33
orb-tools: circleci/[email protected]
44
# The orb definition is intentionally not included here. It will be injected into the pipeline.
5-
<orb-name>: {}
5+
react-native: {}
66

77
filters: &filters
88
tags:

0 commit comments

Comments
 (0)