mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
d686190466
Signed-off-by: Miah Johnson <miah@chia-pet.org>
31 lines
562 B
YAML
31 lines
562 B
YAML
---
|
|
expeditor:
|
|
defaults:
|
|
buildkite:
|
|
timeout_in_minutes: 30
|
|
|
|
steps:
|
|
|
|
- label: run-tests-ruby-2.4
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.4-stretch
|
|
|
|
- label: run-tests-ruby-2.5
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.5-stretch
|
|
|
|
- label: run-tests-ruby-2.6
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6-stretch
|