Skip to content

Commit d10c5a1

Browse files
Revert "Use --patch-cocoapods"
This reverts commit 94ddb6b.
1 parent 94ddb6b commit d10c5a1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
- label: "🔬 Validate Podspecs"
2525
key: "validate"
2626
command: |
27-
validate_podspec --patch-cocoapods
27+
validate_podspec
2828
env: *common_env
2929
plugins: *common_plugins
3030

.buildkite/publish-aztec-pod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
88
install_gems
99

1010
echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
11-
publish_pod --patch-cocoapods $PODSPEC_PATH
11+
publish_pod $PODSPEC_PATH
1212

1313
echo "--- :cocoapods: Publishing Pod to WP Specs Repo"
14-
publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY"
14+
publish_private_pod $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY"
1515

1616
echo "--- :slack: Notifying Slack"
1717
slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK

.buildkite/publish-editor.pod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
88
install_gems
99

1010
echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
11-
publish_pod --patch-cocoapods $PODSPEC_PATH
11+
publish_pod $PODSPEC_PATH
1212

1313
echo "--- :cocoapods: Publishing Pod to WP Specs Repo"
14-
publish_private_pod --patch-cocoapods $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY"
14+
publish_private_pod $PODSPEC_PATH $SPECS_REPO "$SPEC_REPO_PUBLIC_DEPLOY_KEY"
1515

1616
echo "--- :slack: Notifying Slack"
1717
slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK

0 commit comments

Comments
 (0)