Skip to content

Commit 2375670

Browse files
committed
Delete unused CI jobs
These were replaced by the `build_combined` job.
1 parent f35287d commit 2375670

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.circleci/config.yml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -91,61 +91,6 @@ jobs:
9191
- *restore_node_modules
9292
- run: node ./scripts/tasks/flow-ci
9393

94-
RELEASE_CHANNEL_stable_yarn_build:
95-
docker: *docker
96-
environment: *environment
97-
parallelism: *TEST_PARALLELISM
98-
steps:
99-
- checkout
100-
- run: yarn workspaces info | head -n -1 > workspace_info.txt
101-
- *restore_node_modules
102-
- run:
103-
environment:
104-
RELEASE_CHANNEL: stable
105-
command: |
106-
./scripts/circleci/add_build_info_json.sh
107-
./scripts/circleci/update_package_versions.sh
108-
yarn build
109-
- run: echo "stable" >> build/RELEASE_CHANNEL
110-
- persist_to_workspace:
111-
root: build
112-
paths:
113-
- RELEASE_CHANNEL
114-
- facebook-www
115-
- facebook-react-native
116-
- facebook-relay
117-
- node_modules
118-
- react-native
119-
- dist
120-
- sizes/*.json
121-
122-
yarn_build:
123-
docker: *docker
124-
environment: *environment
125-
parallelism: 20
126-
steps:
127-
- checkout
128-
- run: yarn workspaces info | head -n -1 > workspace_info.txt
129-
- *restore_node_modules
130-
- run:
131-
environment:
132-
RELEASE_CHANNEL: experimental
133-
command: |
134-
./scripts/circleci/add_build_info_json.sh
135-
./scripts/circleci/update_package_versions.sh
136-
yarn build
137-
- run: echo "experimental" >> build/RELEASE_CHANNEL
138-
- persist_to_workspace:
139-
root: build
140-
paths:
141-
- RELEASE_CHANNEL
142-
- facebook-www
143-
- facebook-react-native
144-
- facebook-relay
145-
- node_modules
146-
- react-native
147-
- dist
148-
- sizes/*.json
14994

15095
yarn_build_combined:
15196
docker: *docker

0 commit comments

Comments
 (0)