mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 07:11:40 +08:00
Fix the build take 2.
This commit is contained in:
parent
8c4caac2e4
commit
c00dab89e4
@ -41,7 +41,7 @@ task "smoke:test" do
|
||||
raise "TRIVIAL GET FAILED WITH #{response.code}"
|
||||
end
|
||||
|
||||
results = ""
|
||||
results = +""
|
||||
|
||||
IO.popen("node #{Rails.root}/test/smoke_test.js #{url}").each do |line|
|
||||
puts line
|
||||
|
@ -10,7 +10,7 @@ module DiscourseNarrativeBot
|
||||
return I18n.t('discourse_narrative_bot.dice.invalid')
|
||||
end
|
||||
|
||||
output = ''
|
||||
output = +''
|
||||
|
||||
if num_of_dice > MAXIMUM_NUM_OF_DICE
|
||||
output << I18n.t('discourse_narrative_bot.dice.not_enough_dice',
|
||||
|
Loading…
x
Reference in New Issue
Block a user