Skip to content

Commit 870aca6

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Remove references of CircleCI from the readme (#49120)
Summary: Pull Request resolved: #49120 This change removes any reference of CircleCI from the READMEs in React Native ## Changelog [Internal] - Remove CircleCI references Reviewed By: cortinico, huntie Differential Revision: D69047437 fbshipit-source-id: 602350372c1d869098be0c8da7cb3db2077474d8
1 parent 839eb44 commit 870aca6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<a href="https://github.com/facebook/react-native/blob/HEAD/LICENSE">
1414
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="React Native is released under the MIT license." />
1515
</a>
16-
<a href="https://circleci.com/gh/facebook/react-native">
17-
<img src="https://circleci.com/gh/facebook/react-native.svg?style=shield" alt="Current CircleCI build status." />
18-
</a>
1916
<a href="https://www.npmjs.org/package/react-native">
2017
<img src="https://img.shields.io/npm/v/react-native?color=brightgreen&label=npm%20package" alt="Current npm package version." />
2118
</a>

packages/react-native/ReactAndroid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ See the [Building from Source guide](https://reactnative.dev/contributing/how-to
44

55
# Running tests
66

7-
When you submit a pull request CircleCI will automatically run all tests.
7+
When you submit a pull request, ci will automatically run all tests.
88
To run tests locally, see [Testing guide](https://reactnative.dev/contributing/how-to-run-and-write-tests) on the React Native website.

scripts/releases-ci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scripts/releases-ci
22

3-
CI-only release scripts — intended to run from a CI workflow (CircleCI or GitHub Actions).
3+
CI-only release scripts — intended to run from a CI workflow (GitHub Actions).
44

55
## Commands
66

0 commit comments

Comments
 (0)