Skip to content

Commit

Permalink
Replace deprecated --without flag with bundle config
Browse files Browse the repository at this point in the history
Signed-off-by: jayashri garud <[email protected]>
  • Loading branch information
jayashrig158 committed Aug 23, 2021
1 parent 088a9df commit 0bfb527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bfb527

Please sign in to comment.