From 0cfeddca164530381034966f10e5c5af9e14db29 Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 12 Jul 2024 19:56:30 -0400 Subject: [PATCH] Remove validate-podspec phase --- .buildkite/pipeline.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e8fd0b65..10e07855 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,16 +24,6 @@ steps: env: *common_env plugins: *common_plugins - ################# - # Validate Podspec - ################# - - label: "🔬 Validate Podspec" - key: "validate" - command: | - validate_podspec --patch-cocoapods - env: *common_env - plugins: *common_plugins - ################# # Linters #################