Only push the shell output log for now

Change-Id: Iaf7872d370b547fe25394e571f6d89f3f6d5e7c5
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 @@
 
         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