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 #################