Skip to content

Commit 7024ffd

Browse files
committed
Code Styling
1 parent 21eee7d commit 7024ffd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ steps:
6363
- label: ":rubygems: Publish to RubyGems"
6464
key: "gem-push"
6565
if: build.tag != null
66-
depends_on: ["test", "rubocop", "danger"]
66+
depends_on:
67+
- test
68+
- rubocop
69+
- danger
6770
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
6871
# commands written inline) to avoid leaking a key used in the process in clear in the
6972
# BUILDKITE_COMMAND environment variable.

0 commit comments

Comments
 (0)