We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aa97c commit d3fa679Copy full SHA for d3fa679
.buildkite/pipeline.yml
@@ -1,5 +1,5 @@
1
steps:
2
- - label: ":ruby: v{{ matrix.ruby }} :phone: Transport: {{ matrix.transport }} :elasticsearch: Suite: {{ matrix.suite }}"
+ - label: ":ruby: {{ matrix.ruby_source}}:{{ matrix.ruby }} :phone: Transport: {{ matrix.transport }} :elasticsearch: Suite: {{ matrix.suite }}"
3
agents:
4
provider: "gcp"
5
env:
Gemfile
@@ -37,6 +37,6 @@ unless defined?(JRUBY_VERSION) || defined?(Rubinius)
37
end
38
39
group :development, :test do
40
- gem 'byebug'
+ gem 'byebug' unless defined?(JRUBY_VERSION)
41
gem 'rspec'
42
0 commit comments