diff --git a/.circleci/config.yml b/.circleci/config.yml index 52ea4286d0c..4d3d54a7043 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -178,12 +178,6 @@ commands: paths: - ".git" - setup_artifacts: - steps: - - run: - name: Initial Setup - command: mkdir -p ./reports/{buck,build,junit,outputs} - setup_ruby: parameters: ruby_version: @@ -639,7 +633,6 @@ jobs: executor: node-browsers-small steps: - checkout - - setup_artifacts - run_yarn - run: @@ -703,7 +696,6 @@ jobs: executor: << parameters.executor >> steps: - checkout - - setup_artifacts - run_yarn - run: name: Install rsync @@ -750,7 +742,6 @@ jobs: - REPORTS_DIR: "./reports/junit" steps: - checkout_code_with_cache - - setup_artifacts - setup_ruby: ruby_version: << parameters.ruby_version >> - brew_install: @@ -1019,7 +1010,6 @@ jobs: executor: reactnativeandroid-xlarge steps: - checkout - - setup_artifacts - run_yarn - run: name: Set React Native Version to "dry-run"