summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 19:35:38 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 19:35:38 -0700
commit1972bd14f349ff66a3af21950365fd3b5e6015f8 (patch)
tree12953c9081c879d993a3a6dc712f2329d88fe23b /.expeditor
parent111b0d716776d8fd7b41bd76b74a736e3db91105 (diff)
downloadmixlib-shellout-1972bd14f349ff66a3af21950365fd3b5e6015f8.tar.gz
Switch to using the ruby docker containers
They're small and they always have the latest point release Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 0295f34..8cb872a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,30 +2,31 @@ steps:
- label: run-lint-and-specs-ruby-2.4
command:
- - asdf local ruby 2.4.5
- export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.4-stretch
- label: run-lint-and-specs-ruby-2.5
command:
- - asdf local ruby 2.5.5
- bundle install --jobs=7 --retry=3 --without docs development
- export USER="root"
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.5-stretch
- label: run-lint-and-specs-ruby-2.6
command:
- - asdf local ruby 2.6.3
- export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
+ image: ruby:2.6-stretch
+