[ARVADOS] updated: fdff51b258287eddf88e00e36e7535353e469e75

Git user git at public.curoverse.com
Tue Aug 23 17:42:00 EDT 2016


Summary of changes:
 apps/workbench/app/controllers/work_units_controller.rb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

       via  fdff51b258287eddf88e00e36e7535353e469e75 (commit)
      from  fe9b1b2c25f69a9169478e2c6cd2cf368866d006 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fdff51b258287eddf88e00e36e7535353e469e75
Author: radhika <radhika at curoverse.com>
Date:   Tue Aug 23 17:41:30 2016 -0400

    9767: corrected workflow.json mount

diff --git a/apps/workbench/app/controllers/work_units_controller.rb b/apps/workbench/app/controllers/work_units_controller.rb
index 49226e0..1220f7a 100644
--- a/apps/workbench/app/controllers/work_units_controller.rb
+++ b/apps/workbench/app/controllers/work_units_controller.rb
@@ -85,10 +85,7 @@ class WorkUnitsController < ApplicationController
       if wf_json
         mounts["/var/lib/cwl/workflow.json"] = {
           "kind" => "json",
-          "content" => {
-            "class" => "Workflow",
-            "workflow" => wf_json
-          }
+          "content" => wf_json
         }
       end
       attrs['mounts'] = mounts

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list