Skip to content

Commit

Permalink
Use --patch-cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Feb 23, 2024
1 parent 3e1468b commit 94ddb6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- label: "🔬 Validate Podspecs"
key: "validate"
command: |
validate_podspec
validate_podspec --patch-cocoapods
env: *common_env
plugins: *common_plugins

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/publish-aztec-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
install_gems

echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
publish_pod $PODSPEC_PATH
publish_pod --patch-cocoapods $PODSPEC_PATH

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

echo "--- :slack: Notifying Slack"
slack_notify_pod_published $PODSPEC_PATH $SLACK_WEBHOOK
4 changes: 2 additions & 2 deletions .buildkite/publish-editor.pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ echo "--- :rubygems: Setting up Gems"
install_gems

echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
publish_pod $PODSPEC_PATH
publish_pod --patch-cocoapods $PODSPEC_PATH

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

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

0 comments on commit 94ddb6b

Please sign in to comment.