[ci] Remove circleci yarn_flags job
This was migrated to GitHub actions ghstack-source-id: 744671f311629f848efaf8e906cfd16305bc3d79 Pull Request resolved: https://github.com/facebook/react/pull/30030
Lauren Tan committed
Jun 21, 2024 at 14:57 UTC
6aea169480286ef9c037c6efefaacecac0e5d7c0
1 file changed
-14
.circleci/config.yml
-14
@@ -74,15 +74,6 @@ parameters:
74
default: ''
75
76
jobs:
77
- yarn_flags:
78
- docker: *docker
79
- environment: *environment
80
-
81
- steps:
82
- - checkout
83
- - setup_node_modules
84
- - run: yarn flags
85
-
77
scrape_warning_messages:
78
docker: *docker
79
environment: *environment
@@ -441,11 +432,6 @@ workflows:
432
build_and_test:
433
unless: << pipeline.parameters.prerelease_commit_sha >>
434
jobs:
444
- - yarn_flags:
445
- filters:
446
- branches:
447
- ignore:
448
- - builds/facebook-www
435
- check_generated_fizz_runtime:
436
filters:
437
branches: