summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2014-01-31 13:13:27 +1100
committerJoshua Hesketh <josh@nitrotech.org>2014-01-31 13:13:27 +1100
commitae4ef1eaa4249b38e9f1ca22426ac64433e55ce6 (patch)
treeb644d3cb8799f140cba6fd0dfe7ee8e977a4ed31
parent3cda79ff66c9734d7f99502329f7c031455b9535 (diff)
downloadturbo-hipster-ae4ef1eaa4249b38e9f1ca22426ac64433e55ce6.tar.gz
Only push the shell output log for now
Change-Id: Iaf7872d370b547fe25394e571f6d89f3f6d5e7c5
-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 2fca46c..e21c96c 100644
--- a/turbo_hipster/lib/models.py
+++ b/turbo_hipster/lib/models.py
@@ -226,7 +226,7 @@ class ShellTask(Task):
if 'publish_logs' in self.global_config:
index_url = utils.push_file(self.job_identifier,
- self.job_working_dir,
+ self.shell_output_log,
self.global_config['publish_logs'])
self.log.debug("Index URL found at %s" % index_url)
self.work_data['url'] = index_url