mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix Main by removing the last setup_artifacts (#38943)
Summary: CircleCI is broken because we deleted a command but forgot to remove one last usage of it. bypass-github-export-checks ## Changelog: [Internal] - Remove last usage of setup_artifacts Pull Request resolved: https://github.com/facebook/react-native/pull/38943 Test Plan: CircleCI is green Reviewed By: Andjeliko, rshest, GijsWeterings Differential Revision: D48263252 Pulled By: cipolleschi fbshipit-source-id: 2f169952479389e476dfab0f88474c759728d3b4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c79e30b313
commit
8fa584f1e6
@@ -966,7 +966,6 @@ jobs:
|
||||
default: "dry-run"
|
||||
steps:
|
||||
- checkout
|
||||
- setup_artifacts
|
||||
- run_yarn
|
||||
- run:
|
||||
name: Set React Native Version
|
||||
|
||||
Reference in New Issue
Block a user