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: swati keshari <[email protected]>
  • Loading branch information
Swatu15 committed Sep 2, 2021
1 parent 8aa0926 commit ea61c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .expeditor/buildkite/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ bundle --version

echo "--- bundle install"
bundle config --local path vendor/bundle
bundle install --jobs=7 --retry=3 --without tools maintenance deploy
bundle config set without tools maintenance deploy
bundle install --jobs=7 --retry=3

echo "+++ bundle exec rake lint"
bundle exec rake lint
Expand Down

0 comments on commit ea61c5a

Please sign in to comment.