diff --git a/.buildkite/commands/build-for-testing.sh b/.buildkite/commands/build-for-testing.sh index b36faa8ae3b..002fc16f533 100755 --- a/.buildkite/commands/build-for-testing.sh +++ b/.buildkite/commands/build-for-testing.sh @@ -18,5 +18,5 @@ echo "--- :hammer_and_wrench: Building" bundle exec fastlane build_for_testing echo "--- :arrow_up: Upload Build Products" -tar -cf build-products.tar DerivedData/Build/Products/ DerivedData/Index.noindex/DataStore/ +tar -cf build-products.tar DerivedData/Build/Products/ buildkite-agent artifact upload build-products.tar diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9e259d1a2c0..a3e9f2d9153 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -79,13 +79,6 @@ steps: agents: queue: linter - - label: "🧟 Detect unused code" - command: ".buildkite/commands/run-periphery.sh" - depends_on: build - plugins: [$CI_TOOLKIT] - notify: - - github_commit_status: - context: Periphery - Detect unused code - label: 🧹 Lint Translations command: gplint /workdir/WooCommerce/Resources/AppStoreStrings.pot