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

Commit 62938ce

Browse files
committed
Remove CI steps for CocoaPods – We no longer publish to CocoaPods
1 parent 44eacfb commit 62938ce

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.buildkite/pipeline.yml

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

0 commit comments

Comments
 (0)