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

Commit 37148b6

Browse files
committed
Remove CI steps for CocoaPods – We no longer publish to CocoaPods
1 parent 0b7bc30 commit 37148b6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,3 @@ steps:
3636
context: SwiftLint
3737
agents:
3838
queue: linter
39-
40-
- label: "🧹 Lint"
41-
key: "lint"
42-
command: |
43-
lint_pod
44-
env: *common_env
45-
plugins: *common_plugins
46-
47-
#################
48-
# Publish the Podspec (if we're building a tag)
49-
#################
50-
- label: "⬆️ Publish Podspec"
51-
key: "publish"
52-
command: .buildkite/publish-pod.sh
53-
env: *common_env
54-
plugins: *common_plugins
55-
depends_on:
56-
- "test"
57-
- "validate"
58-
- "lint"
59-
if: build.tag != null
60-
agents:
61-
queue: "mac"

0 commit comments

Comments
 (0)