From 461e92dc6e6794581aa1b4c0cbb576392184c7ee Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Tue, 25 Feb 2025 11:47:49 +0100 Subject: [PATCH] uncommenting all echo's, because I'm not sure if they end up in stdout.out.txt, which is used to import json results by the executor service --- steps/fetch_data.cwl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl index 01dfd60..33b58fb 100644 --- a/steps/fetch_data.cwl +++ b/steps/fetch_data.cwl @@ -26,10 +26,10 @@ requirements: #!/bin/bash mkdir out cd out - echo "--- untar the tar file from the shared directory into the local tmp directory ---" - echo $1 - echo "---------------------------------------------------------------------------------" + #echo "--- untar the tar file from the shared directory into the local tmp directory ---" + #echo $1 + #echo "---------------------------------------------------------------------------------" cat $1 | tar -xvf - - ls -rtl - echo "Nico was here!" + #ls -rtl + #echo "Nico was here!" #globus-url-copy $turl - | tar -xvf - \ No newline at end of file -- GitLab