mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Make 2.7 a soft failure again.
The latest rubygems+bundler snafu caused us to roll back to rubygems 3.0.6, which doesn't have 2.7 fixes in place and that causes some of our functional tests to run noisy. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
8cda44bdb8
commit
40a3c94e84
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.7-preview
|
||||
command:
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
- /workdir/.expeditor/buildkite/verify.sh || true
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue