FIX: Do not activate plugins before checking compatibility (#124)

https://github.com/discourse/discourse/pull/15537
This commit is contained in:
David Taylor 2022-01-11 12:16:43 +00:00 committed by GitHub
parent b3379317c6
commit d30edc9bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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