Skip to content

Commit

Permalink
Merge pull request #67 from inspec/skeshari/bundle_deprecated_warning
Browse files Browse the repository at this point in the history
Replace deprecated --without flag with bundle config
  • Loading branch information
tduffield authored Sep 2, 2021
2 parents 8aa0926 + 0e874b3 commit 72807a7
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 --local 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 72807a7

Please sign in to comment.