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 <jgarud@msystechnologies.com>
  • Loading branch information
jayashrig158 committed Aug 16, 2021
1 parent d40efe0 commit 850767b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ steps:

- label: run-lint-and-specs-ruby-2.5
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle config set without docs debug
- bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor:
Expand All @@ -11,7 +12,8 @@ steps:

- label: run-lint-and-specs-ruby-2.6
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle config set without docs debug
- bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor:
Expand All @@ -20,7 +22,8 @@ steps:

- label: run-lint-and-specs-ruby-2.7
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle config set without docs debug
- bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor:
Expand All @@ -29,7 +32,8 @@ steps:

- label: run-lint-and-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle config set without docs debug
- bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor:
Expand Down

0 comments on commit 850767b

Please sign in to comment.