FIX: Do not activate plugins before checking compatibility (#593)
https://github.com/discourse/discourse/pull/15537
This commit is contained in:
parent
4cd6a5d96a
commit
7c9b93a9cc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue