summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2014-01-30 15:47:30 +1100
committerJoshua Hesketh <josh@nitrotech.org>2014-01-30 15:47:30 +1100
commit3918c26c68b1ee72552ca07278a5849b40c31e10 (patch)
tree8fb1970a1f1226fa090f8c4b6cb5a1b0a304c8b0
parent1f2d1a27d51df6eb425b7d8437c0e49daf1d9ef1 (diff)
downloadturbo-hipster-3918c26c68b1ee72552ca07278a5849b40c31e10.tar.gz
Fix log file to be uploaded
Change-Id: I3a8236d90817695c83cf0ae30ca19a39ab62d1dd
-rw-r--r--turbo_hipster/lib/models.py2
1 files changed, 1 insertions, 1 deletions
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)