From: David Taylor Date: Tue, 11 Jan 2022 12:18:08 +0000 (+0000) Subject: FIX: Do not activate plugins before checking compatibility (#593) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c9b93a9cc041aa8fd6b5648e306a106e4183d66;p=discourse_docker.git FIX: Do not activate plugins before checking compatibility (#593) https://github.com/discourse/discourse/pull/15537 --- diff --git a/templates/web.template.yml b/templates/web.template.yml index ae50bf8..e4bd8a4 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -161,7 +161,7 @@ run: - exec: cd: $home cmd: - - su discourse -c 'bundle exec rake plugin:pull_compatible_all' + - su discourse -c 'LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all' raise_on_fail: false - exec: