File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 - dist
194194 - sizes/*.json
195195
196- build_devtools :
196+ build_devtools_and_process_artifacts :
197197 docker : *docker
198198 environment : *environment
199199 parallelism : 20
@@ -226,23 +226,6 @@ jobs:
226226 command : |
227227 cd packages/react-devtools-extensions
228228 yarn build
229- - persist_to_workspace :
230- root : ~/project
231- paths :
232- - packages/react-devtools-extensions/chrome/build/ReactDevTools.zip
233- - packages/react-devtools-extensions/firefox/build/ReactDevTools.zip
234- - packages/react-devtools/react-devtools*.tgz
235- - packages/react-devtools-core/react-devtools-core*.tgz
236- - packages/react-devtools-inline/react-devtools-inline*.tgz
237-
238- process_artifacts_devtools :
239- docker : *docker
240- environment : *environment
241- steps :
242- - checkout
243- - attach_workspace : *attach_workspace
244- - *restore_yarn_cache
245- - *run_yarn
246229 - run : ./scripts/circleci/pack_and_store_devtools_artifacts.sh
247230 - store_artifacts :
248231 path : ./build/devtools.tgz
@@ -459,12 +442,9 @@ workflows:
459442 - test_devtools :
460443 requires :
461444 - build_experimental
462- - build_devtools :
445+ - build_devtools_and_process_artifacts :
463446 requires :
464447 - build_experimental
465- - process_artifacts_devtools :
466- requires :
467- - build_devtools
468448
469449 fuzz_tests :
470450 triggers :
You can’t perform that action at this time.
0 commit comments