From 1972bd14f349ff66a3af21950365fd3b5e6015f8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 6 Jun 2019 19:35:38 -0700 Subject: Switch to using the ruby docker containers They're small and they always have the latest point release Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 7 ++++--- 1 file 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 + -- cgit v1.2.1