From 0523ad420e9bfc68b0240716c9fd83dbd2e02700 Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Fri, 28 Feb 2025 09:59:50 +0100 Subject: [PATCH] update to check if new pipeline is pulled on juwels --- steps/fetch_data.cwl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl index 33b58fb..4dde2f3 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!" + echo "Nico was here! (on 28 feb 2025)" #globus-url-copy $turl - | tar -xvf - \ No newline at end of file -- GitLab