From 8fa584f1e69ffe6f2b5255ac333900ccb9cbd8a5 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Fri, 11 Aug 2023 03:28:18 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d3d54a7043..5f2fdc844da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -966,7 +966,6 @@ jobs: default: "dry-run" steps: - checkout - - setup_artifacts - run_yarn - run: name: Set React Native Version