Fix a couple of upgrade note typos.
[arvados.git] / sdk / cwl / tests / federation / cases / runner-home-step-remote.cwl
index 0621dd736f4f15a147fed48a07b15cd1b3583f5d..182ca1ec4efa29978c9e21c6d6d994bfec5def56 100644 (file)
@@ -11,9 +11,7 @@ requirements:
   DockerRequirement:
     dockerPull: arvados/fed-test:runner-home-step-remote
 inputs:
-  inp:
-    type: File
-    inputBinding: {}
+  inp: File
   runOnCluster: string
 outputs:
   hash:
@@ -24,5 +22,8 @@ steps:
     in:
       inp: inp
       runOnCluster: runOnCluster
+    hints:
+      arv:ClusterTarget:
+        cluster_id: $(inputs.runOnCluster)
     out: [hash]
     run: md5sum.cwl
\ No newline at end of file