mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: makes SKIP_INSTALL_PLUGINS called last and global (#9990)
This commit is contained in:
@ -11,10 +11,6 @@ task 'plugin:install_all_official' do
|
||||
'poll'
|
||||
])
|
||||
|
||||
if skip_install = ENV["SKIP_INSTALL_PLUGINS"]
|
||||
skip_install.split(",").map(&:strip).each { |plugin| skip << plugin }
|
||||
end
|
||||
|
||||
map = {
|
||||
'Canned Replies' => 'https://github.com/discourse/discourse-canned-replies',
|
||||
'discourse-perspective' => 'https://github.com/discourse/discourse-perspective-api'
|
||||
|
Reference in New Issue
Block a user