mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
84e8cb0b03
Summary: With the migration to GHA, we can remove all the duplicated jobs from CircleCI. These are the only 4 jobs remained to migrate ## Changelog: [Internal] - Remove all the jobs already migrated to GHA Pull Request resolved: https://github.com/facebook/react-native/pull/45219 Test Plan: CCI is green Reviewed By: cortinico Differential Revision: D59156888 Pulled By: cipolleschi fbshipit-source-id: 193f1f8fa7484154d5295ac36a63bb81a159da6e
14 lines
260 B
YAML
14 lines
260 B
YAML
version: 2.1
|
|
workflows:
|
|
version: 2
|
|
stub:
|
|
jobs:
|
|
- circleci-stub
|
|
|
|
jobs:
|
|
circleci-stub:
|
|
docker:
|
|
- image: debian:bullseye
|
|
steps:
|
|
- run: echo "There is nothing here, just an empty job. Everything has been moved to GitHub Action"
|