Skip to content

Commit

Permalink
chore: bundle install before updating appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 18, 2017
1 parent e733bae commit 00d7da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/db-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e
cd db/test/backwards_compatibility
export BUNDLE_GEMFILE=$PWD/Gemfile
bundle exec appraisal update
bundle install
bundle exec appraisal update
bundle exec appraisal install
bundle exec rake

0 comments on commit 00d7da1

Please sign in to comment.