Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 512e8ff

Browse files
authored
Allow warnings also on publish_private_pod (#853)
2 parents 9a02fc4 + 4331804 commit 512e8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- automattic/a8c-ci-toolkit#3.2.2
4+
- automattic/a8c-ci-toolkit#3.3.0
55
env: &common_env
66
IMAGE_ID: xcode-15.0.1
77

.buildkite/publish-pod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "--- :cocoapods: Publishing Pod to CocoaPods CDN"
1111
publish_pod --patch-cocoapods --allow-warnings $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 --patch-cocoapods --allow-warnings $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)