Commit f8890c2d authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

export tool - print out exported files

parent 3927990b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
<?xml version="1.0"?>
<tool name="Export Datasets" id="neutrons_export" version="0.3.0" profile="22.05">
<tool name="Export Datasets" id="neutrons_export" version="0.3.1" profile="22.05">
  <description>to SNS/HFIR storage</description>
    <requirements>
        <container type="docker">alpine:3.17</container>
@@ -22,7 +22,8 @@
                echo '${s.input_mode.export_path}'>> $output &&
          #end if
        #end for
        :
        echo "exported files:" &&
        cat $output
    ]]>
    </command>
  <inputs>