Skip to content

Commit

Permalink
Run 'bundle check || bundle install' to ensure dependencies are insta…
Browse files Browse the repository at this point in the history
…lled before build.sh
  • Loading branch information
radar committed Apr 11, 2013
1 parent d293ac8 commit 980932f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
alias set_gemfile='export BUNDLE_GEMFILE="`pwd`/Gemfile"'
bundle check || bundle install
bundle exec rake test_app
cd api; set_gemfile; bundle install; bundle exec rspec spec
cd ../backend; set_gemfile; bundle install; bundle exec rspec spec
Expand Down

0 comments on commit 980932f

Please sign in to comment.