From a7fe3fc03f9c47a07818dd03273e951fdcab9ebe Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 22 Apr 2022 17:02:12 +0200 Subject: [PATCH] fix sintax --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b9e558..d9a5100 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ /** * Deploy components to the D4Science Infrastructure (dev-only) * - * Manuele Simi (ISTI-CNR) + * Roberto Cirillo (ISTI-CNR) */ // related jenkins job: https://jenkins.d4science.org/job/gCubeDeployer/ @@ -31,9 +31,9 @@ pipeline { steps { sh ''' date=`date` - if [ ! -e $DEPLOY_FILE] then - touch $DEPLOY_FILE - fi +// if [ ! -e $DEPLOY_FILE] then + touch $DEPLOY_FILE +// fi ''' } }