projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd6a5d
)
FIX: Do not activate plugins before checking compatibility (#593)
author
David Taylor
<david@taylorhq.com>
Tue, 11 Jan 2022 12:18:08 +0000
(12:18 +0000)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.template.yml
b/templates/web.template.yml
index ae50bf86b8fd0fc0c3d4e62531a3e6a6f7208128..e4bd8a4cbbf9bb75140624305cbda171b19995e8 100644
(file)
--- 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: