FIX: Do not activate plugins before checking compatibility ()

https://github.com/discourse/discourse/pull/15537
This commit is contained in:
David Taylor 2022-01-11 12:18:08 +00:00 committed by GitHub
parent 4cd6a5d96a
commit 7c9b93a9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: