Skip to content

Commit

Permalink
We need to still return early just not log
Browse files Browse the repository at this point in the history
  • Loading branch information
bnferguson committed Nov 30, 2017
1 parent 379a3cc commit 223d4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/travis/logs/services/aggregate_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def run
end

ids = aggregatable_ids
if ids.empty? && !Travis.config.enterprise
Travis.logger.info('no aggregatable ids')
if ids.empty?
Travis.logger.info('no aggregatable ids') unless Travis.config.enterprise
return
end

Expand Down

0 comments on commit 223d4ac

Please sign in to comment.