FIX: Do not activate plugins before checking compatibility (#593)
authorDavid Taylor <david@taylorhq.com>
Tue, 11 Jan 2022 12:18:08 +0000 (12:18 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 12:18:08 +0000 (12:18 +0000)
https://github.com/discourse/discourse/pull/15537

templates/web.template.yml

index ae50bf86b8fd0fc0c3d4e62531a3e6a6f7208128..e4bd8a4cbbf9bb75140624305cbda171b19995e8 100644 (file)
@@ -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: