Skip to content

Commit d30edc9

Browse files
FIX: Do not activate plugins before checking compatibility (#124)
discourse/discourse#15537
1 parent b337931 commit d30edc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docker_manager/upgrader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def upgrade
9292

9393
run("bundle install --deployment --jobs 4 --without test development")
9494
begin
95-
run("bundle exec rake plugin:pull_compatible_all")
95+
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
9696
rescue RuntimeError
9797
log "Unable checkout compatible plugin versions"
9898
end

0 commit comments

Comments
 (0)