Skip to content

Commit cd0d3d1

Browse files
committed
ensure rails/setup script fails if determinator fails
1 parent 3a21aa0 commit cd0d3d1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

script/rails/setup

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
2+
3+
set -e
4+
25
cd rails
36
./bin/determinator
47
gem install bundler
58
bundle install
6-
bundle exec rake db:setup
9+
bundle exec rake db:setup

0 commit comments

Comments
 (0)