FIX: Do not activate plugins before checking compatibility (#124)
https://github.com/discourse/discourse/pull/15537
This commit is contained in:
parent
b3379317c6
commit
d30edc9bcf
|
|
@ -92,7 +92,7 @@ class DockerManager::Upgrader
|
|||
|
||||
run("bundle install --deployment --jobs 4 --without test development")
|
||||
begin
|
||||
run("bundle exec rake plugin:pull_compatible_all")
|
||||
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
|
||||
rescue RuntimeError
|
||||
log "Unable checkout compatible plugin versions"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue