Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/commands/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading