Merge branch 'v2'

This commit is contained in:
jfederico
2019-07-29 14:30:30 +00:00
7 changed files with 12 additions and 46 deletions

View File

@ -10,10 +10,8 @@ fi
bundle exec rake db:create
if [ "$MAINTENANCE_MODE" != "readonly" ] && [ "$MAINTENANCE_MODE" != "full" ]; then
if ! bundle exec rake db:migrate ; then
export DB_MIGRATE_FAILED=1
fi
if ! bundle exec rake db:migrate ; then
export DB_MIGRATE_FAILED=1
fi
bundle exec rake assets:precompile