We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6eef1c commit 758a187Copy full SHA for 758a187
.buildkite/commands/build-for-testing.sh
@@ -18,5 +18,5 @@ echo "--- :hammer_and_wrench: Building"
18
bundle exec fastlane build_for_testing
19
20
echo "--- :arrow_up: Upload Build Products"
21
-tar -cf build-products.tar DerivedData/Build/Products/
+tar -cf build-products.tar DerivedData/Build/Products/ DerivedData/Index.noindex/DataStore/
22
buildkite-agent artifact upload build-products.tar
.buildkite/commands/run-periphery.sh
@@ -7,7 +7,7 @@ fi
7
### Prepare
8
9
echo '--- 📦 Downloading Build Artifacts'
10
-buildkite-agent artifact download build-products.tar
+buildkite-agent artifact download build-products.tar .
11
tar -xf build-products.tar
12
13
### Run the Tests
0 commit comments