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:
Jarek Radosz 2022-03-05 17:22:23 +01:00 committed by GitHub
parent 3918e5b74a
commit f9e1ba4f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

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