Drop test and production env.

This commit is contained in:
Martin Edenhofer 2016-03-14 21:53:03 +01:00
parent e7bd393b4e
commit 03901a6dab

View file

@ -8,6 +8,7 @@ script/scheduler.rb stop
script/websocket-server.rb stop
kill $(cat tmp/pids/server.pid)
rake db:drop
rake db:drop RAILS_ENV=test
rake db:drop RAILS_ENV=production
exit $EXIT