File tree Expand file tree Collapse file tree
tests/translators_loggers
wfcommons/wfbench/translator/templates/cwl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ RUN apt-get -y install stress-ng
3939
4040# Streamflow
4141RUN apt-get -y install nodejs
42- RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev14
42+ # RUN python3 -m pip install --break-system-packages streamflow==0.2.0.dev14
4343# For now, the above hasnt' been released yet, so we get a commit tag
44- # RUN git clone https://github.com/alpha-unito/streamflow.git && cd streamflow && git checkout 2295eda80ad37214d6f607f75f542b9eca03e121 && python3 -m pip install --break-system-packages .
44+ RUN git clone https://github.com/alpha-unito/streamflow.git && cd streamflow && git checkout 4cbe9244165a81114a73f5bb2ff5067a85a5600c && python3 -m pip install --break-system-packages .
4545
4646# Add wfcommons user
4747RUN useradd -ms /bin/bash wfcommons
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ arguments:
1515 }
1616 }
1717 cmd = cmd + " > " + runtime.outdir + "/" + inputs.step_name + ". out 2> " + runtime.outdir + "/" + inputs.step_name + ". err" ;
18- cmd = cmd + " ; echo '-- end of stdout for " + inputs.step_name + " --' >> " + runtime.outdir + "/" + inputs.step_name + ". out" ;
19- cmd = cmd + " ; echo '-- end of stderr for " + inputs.step_name + " --' >> " + runtime.outdir + "/" + inputs.step_name + ". err" ;
2018 return cmd;
2119 }
2220 shellQuote : false
You can’t perform that action at this time.
0 commit comments