@@ -23,31 +23,6 @@ aliases:
23
23
- &attach_workspace
24
24
at : build
25
25
26
- - &process_artifacts
27
- docker : *docker
28
- environment : *environment
29
- steps :
30
- - checkout
31
- - attach_workspace : *attach_workspace
32
- - run : yarn workspaces info | head -n -1 > workspace_info.txt
33
- - *restore_node_modules
34
- - run : node ./scripts/rollup/consolidateBundleSizes.js
35
- - run : ./scripts/circleci/pack_and_store_artifact.sh
36
- - store_artifacts :
37
- path : ./node_modules.tgz
38
- - store_artifacts :
39
- path : ./build.tgz
40
- - store_artifacts :
41
- path : ./build/bundle-sizes.json
42
- - store_artifacts :
43
- # TODO: Update release script to use local file instead of pulling
44
- # from artifacts.
45
- path : ./scripts/error-codes/codes.json
46
- - persist_to_workspace :
47
- root : build
48
- paths :
49
- - bundle-sizes.json
50
-
51
26
jobs :
52
27
setup :
53
28
docker : *docker
@@ -282,11 +257,6 @@ jobs:
282
257
cd packages/react-devtools-scheduling-profiler
283
258
yarn vercel deploy dist --prod --confirm --token $SCHEDULING_PROFILER_DEPLOY_VERCEL_TOKEN
284
259
285
- # These jobs are named differently so we can distinguish the stable and
286
- # and experimental artifacts
287
- process_artifacts : *process_artifacts
288
- process_artifacts_experimental : *process_artifacts
289
-
290
260
yarn_lint_build :
291
261
docker : *docker
292
262
environment : *environment
@@ -385,9 +355,6 @@ workflows:
385
355
- RELEASE_CHANNEL_stable_yarn_build :
386
356
requires :
387
357
- setup
388
- - process_artifacts :
389
- requires :
390
- - RELEASE_CHANNEL_stable_yarn_build
391
358
- RELEASE_CHANNEL_stable_yarn_lint_build :
392
359
requires :
393
360
- RELEASE_CHANNEL_stable_yarn_build
@@ -401,9 +368,6 @@ workflows:
401
368
- yarn_build :
402
369
requires :
403
370
- setup
404
- - process_artifacts_experimental :
405
- requires :
406
- - yarn_build
407
371
- yarn_lint_build :
408
372
requires :
409
373
- yarn_build
0 commit comments