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 17, 2021
1 parent 69065e8 commit 07694b2
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 @@ -42,7 +42,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 spec
expeditor:
executor:
Expand Down

0 comments on commit 07694b2

Please sign in to comment.