diff --git a/.buildkite/commands/prototype-build.sh b/.buildkite/commands/prototype-build.sh index 58a5b6e292..190e07fe52 100755 --- a/.buildkite/commands/prototype-build.sh +++ b/.buildkite/commands/prototype-build.sh @@ -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