summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2021-08-23 18:09:44 +0530
committerjayashri garud <jgarud@msystechnologies.com>2021-08-23 18:09:44 +0530
commit0bfb527894a6364d8a85062fa5ce65458008249a (patch)
treeca15844e73770c0a323d19f190345df3fc0396e5
parent088a9df2ac7e2c533e0d095e8211b08ef3f7fed6 (diff)
downloadmixlib-log-0bfb527894a6364d8a85062fa5ce65458008249a.tar.gz
Replace deprecated --without flag with bundle config
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
-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: