@@ -23,31 +23,6 @@ aliases:
2323 - &attach_workspace
2424 at : build
2525
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-
5126jobs :
5227 setup :
5328 docker : *docker
@@ -282,11 +257,6 @@ jobs:
282257 cd packages/react-devtools-scheduling-profiler
283258 yarn vercel deploy dist --prod --confirm --token $SCHEDULING_PROFILER_DEPLOY_VERCEL_TOKEN
284259
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-
290260 yarn_lint_build :
291261 docker : *docker
292262 environment : *environment
@@ -385,9 +355,6 @@ workflows:
385355 - RELEASE_CHANNEL_stable_yarn_build :
386356 requires :
387357 - setup
388- - process_artifacts :
389- requires :
390- - RELEASE_CHANNEL_stable_yarn_build
391358 - RELEASE_CHANNEL_stable_yarn_lint_build :
392359 requires :
393360 - RELEASE_CHANNEL_stable_yarn_build
@@ -401,9 +368,6 @@ workflows:
401368 - yarn_build :
402369 requires :
403370 - setup
404- - process_artifacts_experimental :
405- requires :
406- - yarn_build
407371 - yarn_lint_build :
408372 requires :
409373 - yarn_build
0 commit comments