mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo in circleci config (#41727)
Summary: This PR fixes typo in CircleCI config ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [INTERNAL] [FIXED] - Typo in circleci config Pull Request resolved: https://github.com/facebook/react-native/pull/41727 Test Plan: CI Green Reviewed By: cipolleschi Differential Revision: D51748329 Pulled By: cortinico fbshipit-source-id: 99f54c5b9ec4113205642076c010b748ab6229f6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f941f939bf
commit
847f5dedcc
@@ -60,7 +60,7 @@ jobs:
|
||||
value: << pipeline.git.branch >>
|
||||
steps:
|
||||
- run:
|
||||
name: "[Main or Stable] Create input fo config to test everything"
|
||||
name: "[Main or Stable] Create input for config to test everything"
|
||||
command: |
|
||||
mkdir -p /tmp/circleci/
|
||||
echo '{ "run_all": true }' > /tmp/circleci/pipeline_config.json
|
||||
|
||||
Reference in New Issue
Block a user