We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44eacfb commit 62938ceCopy full SHA for 62938ce
1 file changed
.buildkite/pipeline.yml
@@ -39,22 +39,3 @@ steps:
39
context: SwiftLint
40
agents:
41
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
56
- depends_on:
57
- - "test"
58
- - "validate"
59
- - "lint"
60
- if: build.tag != null
0 commit comments