Skip to content

Commit

Permalink
Run bundle quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 8, 2023
1 parent ae39f76 commit 8a3ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildkite-plugin-test-commands-are-executable:
docker run -t --rm -v "${PWD}":/plugin -w /plugin ruby:2.7.4 /bin/bash -c "gem install --silent rspec && rspec tests/test-that-all-files-are-executable.rb"

unit-tests:
docker run -t --rm -v "${PWD}":/plugin -w /plugin ruby:$$(cat .ruby-version) /bin/bash -c "bundle install && bundle exec rspec"
docker run -t --rm -v "${PWD}":/plugin -w /plugin ruby:$$(cat .ruby-version) /bin/bash -c "bundle install --quiet && bundle exec rspec"

buildkite-plugin-lint:
docker-compose run --rm lint
Expand Down

0 comments on commit 8a3ff2d

Please sign in to comment.