Remove line that is no longer required.

This commit is contained in:
Guo Xiang Tan 2018-06-07 15:56:16 +08:00
parent 1d5c176ea5
commit 3533bdb83f
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ task 'docker:test' do
if ENV["INSTALL_OFFICIAL_PLUGINS"] if ENV["INSTALL_OFFICIAL_PLUGINS"]
@good &&= run_or_fail("bundle exec rake plugin:install_all_official") @good &&= run_or_fail("bundle exec rake plugin:install_all_official")
@good &&= run_or_fail("bundle exec rails r 'puts \"installing all gems\"'")
end end
@good &&= run_or_fail("bundle exec rake db:create db:migrate") @good &&= run_or_fail("bundle exec rake db:create db:migrate")