Skip to content

Commit

Permalink
Merge 3d4b5d9 into a8353ec
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Jun 4, 2018
2 parents a8353ec + 3d4b5d9 commit a9bccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbot_travis2docker/models/runbot_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _job_20_test_all(self, build, lock_path, log_path):

def _job_21_coverage_html(self, build, lock_path, log_path):
if not build.branch_id.repo_id.is_travis2docker_build:
return super(RunbotBuild, self)._job_21_coverage(
return super(RunbotBuild, self)._job_21_coverage_html(
build, lock_path, log_path)
_logger.info('docker build skipping job_21_coverage_html')
return MAGIC_PID_RUN_NEXT_JOB
Expand Down

0 comments on commit a9bccce

Please sign in to comment.