summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2021-08-23 17:58:40 +0530
committerjayashri garud <jgarud@msystechnologies.com>2021-08-23 17:58:40 +0530
commit6dc5739765aa67745a6e49df005713ec275747a0 (patch)
tree73130374c530c4671e8764b4bdc7bc92c585e693
parent21a0a9e988166c83d520f8e51df8fd71216b1ba3 (diff)
downloadmixlib-cli-6dc5739765aa67745a6e49df005713ec275747a0.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 855a197..d103ee1 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -39,7 +39,8 @@ steps:
- 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
expeditor:
executor: