diff --git a/turbo_hipster/lib/models.py b/turbo_hipster/lib/models.py index 292bfba..7b1cb4a 100644 --- a/turbo_hipster/lib/models.py +++ b/turbo_hipster/lib/models.py @@ -218,7 +218,7 @@ class ShellTask(Task): self.log.debug("Process the resulting files (upload/push)") if 'publish_logs' in self.global_config: - index_url = utils.push_file(self.results_set_name, + index_url = utils.push_file(self.shell_output_log, self.job_working_dir, self.global_config['publish_logs']) self.log.debug("Index URL found at %s" % index_url)