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 21eee7d commit 7024ffdCopy full SHA for 7024ffd
.buildkite/pipeline.yml
@@ -63,7 +63,10 @@ steps:
63
- label: ":rubygems: Publish to RubyGems"
64
key: "gem-push"
65
if: build.tag != null
66
- depends_on: ["test", "rubocop", "danger"]
+ depends_on:
67
+ - test
68
+ - rubocop
69
+ - danger
70
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
71
# commands written inline) to avoid leaking a key used in the process in clear in the
72
# BUILDKITE_COMMAND environment variable.
0 commit comments