summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2021-09-01 17:36:11 +0530
committerjayashri garud <jgarud@msystechnologies.com>2021-09-01 17:36:11 +0530
commitae477a1ebf20be64110981d986bbbdb131cf8c82 (patch)
tree6cc2b4eff48380f96032a8a527a9f2201afb2b99
parent7c1a49b847f7b2aa978917b6f57fecf84855a2c4 (diff)
downloadwmi-lite-ae477a1ebf20be64110981d986bbbdb131cf8c82.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 9111303..3fd88d2 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -39,7 +39,8 @@ steps:
image: ruby:2.7-buster
- label: run-specs-windows
command:
- - 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 spec
expeditor:
executor: