From d10c5a182689765cd8285cc7ea4df004f2131882 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Fri, 23 Feb 2024 15:49:51 -0800 Subject: [PATCH] Revert "Use `--patch-cocoapods`" This reverts commit 94ddb6b201f3b8e9f0d313b8af72d6890957477b. --- .buildkite/pipeline.yml | 2 +- .buildkite/publish-aztec-pod.sh | 4 ++-- .buildkite/publish-editor.pod.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cbe507251..b19eab5c6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,7 +24,7 @@ steps: - label: "🔬 Validate Podspecs" key: "validate" command: | - validate_podspec --patch-cocoapods + validate_podspec env: *common_env plugins: *common_plugins diff --git a/.buildkite/publish-aztec-pod.sh b/.buildkite/publish-aztec-pod.sh index c5b59d73e..a0beab3ba 100644 --- a/.buildkite/publish-aztec-pod.sh +++ b/.buildkite/publish-aztec-pod.sh @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems" install_gems echo "--- :cocoapods: Publishing Pod to CocoaPods CDN" -publish_pod --patch-cocoapods $PODSPEC_PATH +publish_pod $PODSPEC_PATH echo "--- :cocoapods: Publishing Pod to WP Specs Repo" -publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY" +publish_private_pod $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY" echo "--- :slack: Notifying Slack" slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK diff --git a/.buildkite/publish-editor.pod.sh b/.buildkite/publish-editor.pod.sh index 7712e3b7f..68dbb507c 100644 --- a/.buildkite/publish-editor.pod.sh +++ b/.buildkite/publish-editor.pod.sh @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems" install_gems echo "--- :cocoapods: Publishing Pod to CocoaPods CDN" -publish_pod --patch-cocoapods $PODSPEC_PATH +publish_pod $PODSPEC_PATH echo "--- :cocoapods: Publishing Pod to WP Specs Repo" -publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY" +publish_private_pod $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY" echo "--- :slack: Notifying Slack" slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK