mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Remove -stretch from all our ruby images... just cleaner. no real reason.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
3139392f1f
commit
c376a813b2
1 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- label: run-tests-ruby-2.4
|
||||
command:
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.4-stretch
|
||||
image: ruby:2.4
|
||||
|
||||
- label: run-tests-ruby-2.5
|
||||
command:
|
||||
|
@ -31,7 +31,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.5-stretch
|
||||
image: ruby:2.5
|
||||
|
||||
- label: run-tests-ruby-2.6
|
||||
command:
|
||||
|
@ -39,7 +39,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- label: run-tests-ruby-2.7
|
||||
command:
|
||||
|
@ -55,7 +55,7 @@ steps:
|
|||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:2.6-stretch
|
||||
image: ruby:2.6
|
||||
|
||||
- label: run-tests-ruby-2.6-windows
|
||||
command:
|
||||
|
|
Loading…
Add table
Reference in a new issue