From d515a45eb512a07998934bc2b112c016b3b6bbe6 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Mon, 8 Nov 2021 11:21:46 -0800 Subject: [PATCH] Final commit? Closer! Signed-off-by: John McCrae --- .expeditor/verify.pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 862cf2c..48a1eab 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -17,14 +17,6 @@ steps: docker: image: ruby:2.7-buster -- label: run-specs-ruby-2.5 - command: - - .expeditor/run_linux_tests.sh rspec - expeditor: - executor: - docker: - image: ruby:2.5-buster - - label: run-specs-ruby-2.6 command: - .expeditor/run_linux_tests.sh rspec