Skip to content

Commit 0dd4513

Browse files
committed
Remove build index exporting from build-for-testing phase
1 parent 33ee78b commit 0dd4513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/build-for-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ echo "--- :hammer_and_wrench: Building"
1818
bundle exec fastlane build_for_testing
1919

2020
echo "--- :arrow_up: Upload Build Products"
21-
tar -cf build-products.tar DerivedData/Build/Products/ DerivedData/Index.noindex/DataStore/
21+
tar -cf build-products.tar DerivedData/Build/Products/
2222
buildkite-agent artifact upload build-products.tar

0 commit comments

Comments
 (0)