DEV: Remove remnants of nginx-perf-report plugin (#16107)
The plugin is no longer official as of Nov 18, 2019 (e2ccb0c608
)
This commit is contained in:
parent
3918e5b74a
commit
f9e1ba4f8f
|
@ -48,7 +48,6 @@ class Plugin::Metadata
|
|||
"discourse-math",
|
||||
"discourse-moderator-attention",
|
||||
"discourse-narrative-bot",
|
||||
"discourse-nginx-performance-report",
|
||||
"discourse-no-bump",
|
||||
"discourse-oauth2-basic",
|
||||
"discourse-openid-connect",
|
||||
|
|
|
@ -6,7 +6,6 @@ desc 'install all official plugins (use GIT_WRITE=1 to pull with write access)'
|
|||
task 'plugin:install_all_official' do
|
||||
skip = Set.new([
|
||||
'customer-flair',
|
||||
'discourse-nginx-performance-report',
|
||||
'lazy-yt',
|
||||
'poll'
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue