We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b337931 commit d30edc9Copy full SHA for d30edc9
lib/docker_manager/upgrader.rb
@@ -92,7 +92,7 @@ def upgrade
92
93
run("bundle install --deployment --jobs 4 --without test development")
94
begin
95
- run("bundle exec rake plugin:pull_compatible_all")
+ run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
96
rescue RuntimeError
97
log "Unable checkout compatible plugin versions"
98
end
0 commit comments