DEV: after installing official plugins, install the gems
This commit is contained in:
parent
539cf32f87
commit
efe7b6dbc1
|
@ -74,6 +74,7 @@ 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
|
||||
|
||||
unless ENV["JS_ONLY"]
|
||||
|
|
Loading…
Reference in New Issue