Fix log file to be uploaded
Change-Id: I3a8236d90817695c83cf0ae30ca19a39ab62d1dd
This commit is contained in:
parent
1f2d1a27d5
commit
3918c26c68
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user