mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 08:38:11 +08:00
FIX: Resolve issues running qunit via rake (#10922)
discourse-perspective-api was not successfully running tests via the qunit:test rake task due to inconsistent naming between core and the repo. As a result we no longer need the mapping in the plugin rake task, too.
This commit is contained in:
parent
099bf97dca
commit
f4f2e081d7
2 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ task 'plugin:install_all_official' do
|
|||
])
|
||||
|
||||
map = {
|
||||
'Canned Replies' => 'https://github.com/discourse/discourse-canned-replies',
|
||||
'discourse-perspective' => 'https://github.com/discourse/discourse-perspective-api'
|
||||
'Canned Replies' => 'https://github.com/discourse/discourse-canned-replies'
|
||||
}
|
||||
|
||||
STDERR.puts "Allowing write to all repos!" if ENV['GIT_WRITE']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue