DEV: makes SKIP_INSTALL_PLUGINS called last and global (#9990)

This commit is contained in:
Joffrey JAFFEUX
2020-06-05 17:59:23 +02:00
committed by GitHub
parent 0f09fd22f3
commit d4caf69ed7
2 changed files with 7 additions and 4 deletions

View File

@ -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'