From 3533bdb83f7a6221ea64e2e8e36b690f481e5adf Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 7 Jun 2018 15:56:16 +0800 Subject: [PATCH] Remove line that is no longer required. --- lib/tasks/docker.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/docker.rake b/lib/tasks/docker.rake index 8febcde1603..e9c35259921 100644 --- a/lib/tasks/docker.rake +++ b/lib/tasks/docker.rake @@ -72,7 +72,6 @@ task 'docker:test' do if ENV["INSTALL_OFFICIAL_PLUGINS"] @good &&= run_or_fail("bundle exec rake plugin:install_all_official") - @good &&= run_or_fail("bundle exec rails r 'puts \"installing all gems\"'") end @good &&= run_or_fail("bundle exec rake db:create db:migrate")