summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-02-19 15:34:27 -0800
committerGitHub <noreply@github.com>2020-02-19 15:34:27 -0800
commitd6054d214dd1dd3aeedc75d41d376fd48159fee3 (patch)
treec6c038d006c605b55c06df2ff33f0f438a58f828 /.expeditor/verify.pipeline.yml
parent85b50f9f908c1b6c51cf13b13ea9c3faaf420632 (diff)
parent00bf37b4e181be0f630a70354e4c654b45b3cca4 (diff)
downloadchef-zero-d6054d214dd1dd3aeedc75d41d376fd48159fee3.tar.gz
Merge pull request #300 from chef/lcg/uri-encode
remove deprecation warnings for ruby 2.7
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml24
1 files changed, 3 insertions, 21 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index ba9f28a..4eeef42 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,28 +6,10 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.4
- command:
- - apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
- expeditor:
- executor:
- docker:
- image: ruby:2.4-buster
-
-- label: run-lint-and-specs-ruby-2.5
- command:
- - apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
- expeditor:
- executor:
- docker:
- image: ruby:2.5-buster
-
- label: run-lint-and-specs-ruby-2.6
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
+ - .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
@@ -36,7 +18,7 @@ steps:
- label: run-lint-and-specs-ruby-2.7
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
+ - .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
@@ -45,7 +27,7 @@ steps:
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- - bundle exec rake spec
+ - bundle exec rake pedant style
expeditor:
executor:
docker: