DEV: don't skip discourse-calendar plugin specs

This commit is contained in:
Régis Hanol 2019-05-24 11:35:22 +02:00 committed by GitHub
parent fd0eff6ce3
commit 0e24cb0f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@ task 'plugin:install_all_official' do
'customer-flair',
'discourse-nginx-performance-report',
'lazyYT',
'poll',
'discourse-calendar'
'poll'
])
map = {
@ -17,7 +16,6 @@ task 'plugin:install_all_official' do
'discourse-perspective' => 'https://github.com/discourse/discourse-perspective-api'
}
#require 'plugin/metadata'
Plugin::Metadata::OFFICIAL_PLUGINS.each do |name|
next if skip.include? name
repo = map[name] || "https://github.com/discourse/#{name}"