There was an error while loading. Please reload this page.
1 parent 0b7bc30 commit 37148b6Copy full SHA for 37148b6
1 file changed
.buildkite/pipeline.yml
@@ -36,26 +36,3 @@ steps:
36
context: SwiftLint
37
agents:
38
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
54
55
- depends_on:
56
- - "test"
57
- - "validate"
58
- - "lint"
59
- if: build.tag != null
60
- agents:
61
- queue: "mac"
0 commit comments