Skip to content

Commit

Permalink
TEST - Disable SPM cache in prototype build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 20, 2024
1 parent 28cffc2 commit 3258f46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .buildkite/commands/prototype-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ install_cocoapods
echo "--- :closed_lock_with_key: Installing Secrets"
bundle exec fastlane run configure_apply

echo "--- :swift: Setting up Swift Packages"
install_swiftpm_dependencies
# Temporarely disabled because of unexpected CI issue
# See https://buildkite.com/automattic/pocket-casts-ios/builds/6939#018f95d1-9082-4ed5-849d-ec294e733922/471-517
#
# echo "--- :swift: Setting up Swift Packages"
# install_swiftpm_dependencies

echo "--- :hammer_and_wrench: Building"
bundle exec fastlane build_and_upload_entreprise

0 comments on commit 3258f46

Please sign in to comment.