Skip to content

Commit

Permalink
Update buildkite command to allow warnings (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeichigo committed Apr 12, 2024
2 parents 27a8280 + 8826f41 commit 9a02fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/publish-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "--- :rubygems: Setting up Gems"
install_gems

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

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

0 comments on commit 9a02fc4

Please sign in to comment.