Skip to content

Commit 758a187

Browse files
committed
include Xcode Index Store in the build-products.tar artifact
1 parent b6eef1c commit 758a187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/
21+
tar -cf build-products.tar DerivedData/Build/Products/ DerivedData/Index.noindex/DataStore/
2222
buildkite-agent artifact upload build-products.tar

.buildkite/commands/run-periphery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77
### Prepare
88

99
echo '--- 📦 Downloading Build Artifacts'
10-
buildkite-agent artifact download build-products.tar
10+
buildkite-agent artifact download build-products.tar .
1111
tar -xf build-products.tar
1212

1313
### Run the Tests

0 commit comments

Comments
 (0)