summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2021-08-30 13:47:30 -0500
committerGitHub <noreply@github.com>2021-08-30 13:47:30 -0500
commitdd21d211abdd17221045f10925c9736b5a1b0df4 (patch)
treef0b943ee92d36e20ddc3bd28f46533ca5bf10bd2 /.expeditor/verify.pipeline.yml
parent87385d939e5355b868d46a97e18b03e722e15998 (diff)
parent79b7cddc2ebf0ff42c540f9942b47f695327db3b (diff)
downloadmixlib-log-dd21d211abdd17221045f10925c9736b5a1b0df4.tar.gz
Merge pull request #65 from chef/bundler_deprecated_warning
Replace deprecated --without flag with bundle config
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 07a63ed..3869445 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -51,7 +51,8 @@ steps:
- label: run-specs-windows
command:
- bundle config --local path vendor/bundle
- - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle config set --local without docs debug
+ - bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor: